JustAPhrog / weather-app

App for checking forecast in provided location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather NodeJs app

This app show weather based on location you type. It was made for education purpose.

Installation

You need 2 accounts: api.darksky.net and api.mapbox.com. Get key and create .env file in root of your directory. Like this:

WEATHERAPI=<darksky-key-here>
GEOCODEAPI=<mapbox-key-here>

Then you can do this:

git clone https://github.com/JustAPhrog/weather-app.git
npm i
npm start

Changelog

Unreleased

  • Icons: sunny, raining, etc.

1.0.0 2019-08-12

Added

  • Ability to search weather, based on typed location.
  • About section.

About

App for checking forecast in provided location

License:MIT License


Languages

Language:JavaScript 56.5%Language:Handlebars 35.0%Language:CSS 8.4%