dnafication / weather-app

An app to get weather forecasts based on location. It consumes multiple apis to be able to provide the detailed information. Built in Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-app

An app to get weather forecasts based on location. It consumes multiple apis to be able to provide the detailed information. Built in Node.js.

Setup

  • This requires node.js >= 8 and npm
  • Install dependencies by npm install
  • Create an .env file based off of the sample provided (.env-sample): mv .env-sample .env or just rename the file to .env

Run

node app.js

About

An app to get weather forecasts based on location. It consumes multiple apis to be able to provide the detailed information. Built in Node.js.

License:MIT License


Languages

Language:JavaScript 100.0%