mohit-rocks / wether-info

Simple typescript implementation to fetch and display the weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Viewer

This is a simple typescript code written for learning purposes.

It uses the API from https://openweathermap.org/api and display the weather for the given location.

Installation and setup

  • Clone the repository
  • Get the API key from the https://openweathermap.org/api
    • Setup .env file and put the value in following format.
    • WEATHER_APP_ID="23423423424234234"
  • Run npm install
  • Run npm start and visit the page.

About

Simple typescript implementation to fetch and display the weather


Languages

Language:TypeScript 85.2%Language:HTML 14.8%