Skip to content

Latest commit

 

History

History
105 lines (78 loc) · 3.29 KB

README.md

File metadata and controls

105 lines (78 loc) · 3.29 KB

CoronavirusMap

🤒 Coronavirus map 🤒

A full stack application to show information about the Coronavirus areas affected near you.

CoronavirusMap

📃 TODO:

  • Setup client
    • Create a React application
    • install setup linter
    • Grab sample data from a json file
    • Add a map
      • Let user use own location
      • Display fullscreen
      • Add map controls for zoom in and out
    • Show a pin on locations affected
      • Add popup with more information in case pin is clicked
    • Split app in components
    • Create a dashboard view
    • Update README.md
  • Setup server
    • Create a Node.js application
      • Install dependencies
      • install setup linter
      • Setup express application
      • Setup middlewares for error handling
    • Add route to scrape the data
      • Update user-agent on each request
      • Add latitude and logitude to the data scraped
    • Split application in files controllers, service, utils
    • Update README.md
  • Update README.md to add gif of application working
  • Create Docker config
  • Host it
  • Clean up README.md

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

📜 Prerequisites

  • Get a TOKEN for the map here
  • Place your TOKEN on .env configuration file. See below.

⏳ Instal