/Weathero

A Weather Forecast SPA made with angularjs

Primary LanguageHTML

Weathero

A Weather Forecast SPA made with angularjs.

How to run:

Make sure you have npm installed, if not then install it by visiting its official website.
Install Node

Then install http-server by using npm:

> npm install -g http-server

Then, clone this repo to your own machine,
Register on Open Weather Map API and get your key,
Go to public/src/controller.js on line 25 and paste you key as:
APIKEY = "YOUR API KEY";
and Save!

Then run this command in the directory where you cloned the repo:

> http-server -o -p 3000

This will start a local server on port: 3000, where you can view the app.

Want to contribute?

  • Fork the repo on GitHub

  • Clone the project to your own machine

  • Commit changes to your own branch

  • Push your work back up to your fork on Github

  • Submit a Pull request :)

Author - Prashant Jain (prashantjain.pro@gmail.com)
Linkedin