azdrenymeri / weather-js

This is a simple weather application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

A Weather applicatio where you can get information bassed on your location or by searching.

The app is build with javascript and gets the data from http://openweathermap.org and also shows a picture in background bassed on the name of the city you search this made possible from flicker API.


Libraries used

  • Webpack
  • Webpack-cli
  • dotenv-webpack
  • node-sass
  • sass-loader
  • file-loader

API-s used

  • flickr api
  • openweather api
  • geolocation api

How to run the app

1.Simple create .env file on the root level 2.Inside .env file set:

FLICKR_API_KEY=<YOUR KEY FROM FLICKR>
WEATHER_API_KEY=<YOUR KEY FROM OPEN WEATHER API>

2.Run npm install 3.Final run npm run build

About

This is a simple weather application


Languages

Language:JavaScript 57.8%Language:CSS 42.2%