Giter Site home page Giter Site logo

senatormad / livecovid19-home Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1 MB

React project - Fetching data from Covid-19 api and storing them in Redux

Home Page: https://livecovid19.world/

License: MIT License

JavaScript 9.92% CSS 87.06% HTML 3.02%

livecovid19-home's Introduction

LiveCovid19 Home

React project - Fetching data from COVID-19 api and storing them in Redux

Technologies | Prerequisites | How To Use | License

Technologies


Prerequisites


To use or/and test this app, you have to install NodeJS on your machine. How to install Node you can see here.

How To Use


  • Clone this repository:
$ git clone https://github.com/senatormad/LiveCovid19-Home
  • Go into the repository:
$ cd LiveCovid19-Home/
  • Install dependencies:
$ yarn install
  • Create .env file in project root and insert next values with your RapidAPI key:
#.env
REACT_APP_DOC_TITLE = "LiveCovid19.World"
REACT_APP_RAPIDAPI_URL_ALL_COUNTRIES = "https://covid-19-data.p.rapidapi.com/country/all?format=undefined"
REACT_APP_RAPIDAPI_URL_TOTALS = "https://covid-19-data.p.rapidapi.com/totals?format=json"
REACT_APP_RAPIDAPI_HOST = "covid-19-data.p.rapidapi.com"
REACT_APP_RAPIDAPI_KEY = "<< YOUR RAPID API KEY >>"
  • And now you can start app:
$ yarn start
  • Or you can build app:
$ yarn build

License


MIT License

livecovid19-home's People

Contributors

senatormad avatar

Watchers

James Cloos avatar  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.