Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

xavdid/publists

Repository files navigation

publists

David

Public lists for Wunderlists.

Deprecation

As Wunderlist will (eventually) shut off, so too will this. It'll stay up for now, but will eventually just be memories.

Background

Once upon a time Wunderlist offered public lists. Later that month, they unreleased it. Here's our shot and bringing the feature back.

If you've got suggestions or bug reports, please feel free to drop me a line or open a report!

Running Locally

This project is written in Typescript, so you'll need to have the compilder available (it's an npm package).

Then, run npm install and wait patiently.

Once that finishes, you can use Foreman (in your preffered language) to run Procfile.dev, which'll handle watching typescript, re-browserifying things, etc.

You'll also need a .env file with the following keys:

COOKIE_SECRET
MONGOLAB_URI
REDIS_URL
SERVER_SECRET
STATE
WUNDERLIST_ACCESS_TOKEN
WUNDERLIST_CLIENT_ID
WUNDERLIST_CLIENT_SECRET

The Wunerlist stuff is from their API, Redis and Mongo are from heroku, and the others are random strings.

Attribution

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.

This app was made for fun and is not affiliated with Wunderlist in any way.