Skip to content

🦠 A live tracker and visualization of the coronavirus (2019-nCoV). Consists purely of a frontend written in EmberJS.

Notifications You must be signed in to change notification settings

ExpDev07/coronavirus-tracker

Repository files navigation

coronavirus-tracker

🦠 A live tracker and visualization of the coronavirus (2019-nCoV). This is the website, which is a SPA using 🐻 EmberJS.

Build Status

Live version

View the live version here: https://expdev07.github.io/coronavirus-tracker.

API

The API used for collecting data can be found here: https://github.com/ExpDev07/coronavirus-tracker-api.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/ExpDev07/coronavirus-tracker.git
  • cd coronavirus-tracker
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

The project is setup to automatically deploy to your GitHub pages, just run:

  • npm run deploy
  • ... then make sure to go into settings and enable GitHub pages to point to the gh-pages branch.

Further Reading / Useful Links

About

🦠 A live tracker and visualization of the coronavirus (2019-nCoV). Consists purely of a frontend written in EmberJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published