ShinigamiXYZ / weatherSPA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weatherSPA

Simple JS & express SPA fetching weather data from API

ShinigamiWeather._.Home.webm

API's

Installation

  • Create a new folder
  • Open prompt
npm init -y
npm install express

look at server.js for configuration

For local usage add this line to scripts in package.json

"start": "node server.js",

Usage

Go on both api sites, to generate your own API keys and replace them in your local .env

In the browser, the navigation is simple.

Home : Shows Map. List : starting point of all countries -> states -> towns Position : Gives the nearest town weather base on your Ip adress

About


Languages

Language:JavaScript 90.9%Language:HTML 8.7%Language:CSS 0.4%