vincentiroleh / fakeWeather

A weather app that consumes a dummy data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A mini project that displays weather info of cities in the dummy database

Demo

Technologies

  • HTML -Text Markup Language
  • CSS - Stylesheet language
  • NodeJS - Runtime Environment
  • ExpressJs - Web Application Framework
  • Axios - Promise based HTTP client for the browser and node.js

Installation

  • Install NodeJS on your computer
  • Clone this repository using git clone https://github.com/vincentiroleh/fakeWeather
  • Change director cd fakeWeather
  • Run npm install to install all dependencies
  • Run npm start to start the server
  • Navigate to localhost:3000 in browser to access the application

Author

Vincent Iroleh

About

A weather app that consumes a dummy data

License:MIT License


Languages

Language:JavaScript 65.8%Language:HTML 21.0%Language:CSS 13.2%