Skip to content

gbminarelli/weather-now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Now

An API and single-page application through which users can fetch the current weather for a specific city.

demo

Getting Started

Dependencies

Installing

  1. Grab the repo:
git clone https://github.com/gbminarelli/weather-now.git
  1. Install dependencies:
cd weather-now/
npm install

Note: you can use any package manager that can consume package.json.

  1. Add API Key:

Create an api-key.txt file, place it inside of the server folder and copy and paste your own API Key (https://openweathermap.org/appid) inside of said text file. It should be a small string, no spaces or line breaks.

Executing

  1. Boot local server:
npm start

or:

node server/server.js
  1. Access web interface at 127.0.0.1:3000.

Authors

Gianlucci B. Minarelli gbminarelli

About

API and single-page weather application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published