Exercise for importing/exporting modules.
Highlights texts with 'choke' module.
run npm install
then node app.js
Exercise for making HTTP requests. Print weather information with 'darksky'API. Search lon/lat from name of the place with mapbox.
weather app needs 2 API keys
-
darksky https://darksky.net/
-
mapbox https://account.mapbox.com/
insert your keys as command line arguments.
run npm install
then node app.js DARKSKY_KEY MAPBOX_KEY