Note
Check the current version of this project: Map with Me
As you may have heard, I’m planning a trip to Japan at the end of May. It’ll be my very first time there and my FOMO levels are skyrocketing, so I built a website to let seasoned japanophiles like you to help me.
What places should I visit? Where should I eat? What should I avoid? What are the hidden secrets of this magical and crazy island? Please, let me know and I'll be forever grateful.
Quick start:
- Create a CARTO account.
- Copy your
API key
fromhttps://{your_username}.carto.com/your_apps
. - Create a Twitter app and copy the consumer key (API Key) and consumer secret (API Secret).
- Get the code
git clone git@github.com:javierarce/japan.git
. - Rename
lib/config.sample.js
tolib/config.js
and add your CartoDB and Twitter credentials. npm install
- Start your redis server (optional, to store the session information)
- Run the app:
node app.js
open http://localhost:5000