ExpDev07 / coronavirus-tracker

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

Home Page:https://expdev07.github.io/coronavirus-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://expdev07.github.io/coronavirus-tracker


Languages

Language:JavaScript 54.7%Language:Handlebars 22.1%Language:HTML 14.2%Language:SCSS 8.9%