Skip to content

Simple todo list using node, request, express, and ejs.

Notifications You must be signed in to change notification settings

davidthemavid/todolist

Repository files navigation

todolist

Simple todo list using node, request, express, and ejs.

  • Uses ipStack & DarkSky apis to get your location, temperature, and weather details.
  • Displays current day & date.
  • Displays an image based off your current weather.

Requires an ipStack & DarkSky API KEY.

Sign up here:
https://ipstack.com/documentation
https://darksky.net/dev

Instructions

Create a config.js file in the main directory.

let ipKey = "your ipStack key";
let apiKey = "your DarkSky key";
exports.ipKey = ipKey;
exports.key = apiKey;

You should be good to go!

About

Simple todo list using node, request, express, and ejs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published