Code Monkey home page Code Monkey logo

dcs-react-weather-app's Introduction

DCS react weather app

Node.js CI

See it live

Desktop View

A simple weather application that has the following capabilities

  • Request user for location permission and display user location weather information
  • Display weather conditions for top 15 Cities around the world
  • Ability to customized list of cities as favorites to view their current weather locations
  • Ability to search and view detailed city weather information
  • Ability to add, edit and remove notes for a specific city
  • Work Offline,

Getting started

  • Sign up at openweathermap.org to get API Key

  • Clone this project by running

        https://github.com/donaldkibet/dcs-react-weather-app.git
  • Create a file on the root level of the project name .env with the following

    REACT_APP_API_KEY= 'The API key from openweathermap.org'
    REACT_APP_BASE_URL=https://api.openweathermap.org/data/2.5
    REACT_APP_WEATHER_ICON_BASE_URL=http://openweathermap.org/img/wn/
    REACT_APP_FLAGS_BASE_URL=https://www.countryflags.io
  • Install dependencies, run

        yarn or npm install
  • Run the project by running

        yarn start or npm start
  • The project should be running on http://localhost:3000

  • Verify tests

    yarn test 

User guide

Detailed user guide found user-guide

dcs-react-weather-app's People

Contributors

donaldkibet avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.