Skip to content

Template for combining data from the Carbon Intensity API and the Covid-19 API to check correlation between indicators. ๐Ÿ“ˆ

Notifications You must be signed in to change notification settings

nsanaie/COVID-correlate-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

COVID-correlate-api

About

A simple REST API built using Node.js that combines data from two third-party APIs that prioritizes effiency, simplicity and accuracy for the caller.

Responds with data that can be used to analyze a correlation between indicators such as C02 intensity and risk of infection/risk of death due to Covid-19 to provide inference on issues. Configurable by user for type of indicator they want to use.

Documentation

Coming soon.

Database

Uses a firestone realtime database to cache responses to calls, with the goal of greatly improving the respose time of this API as well as the heavy cost of calling the Carbon Intensity API.

Dependencies

Use

  • Download Node.JS version 12 or later, and clone/download this repository.
  • Install the dependencies with the npm install command.
  • Add your own serviceAccount.json for use of firebase realtime database.
  • Run with the npm start command.

About

Template for combining data from the Carbon Intensity API and the Covid-19 API to check correlation between indicators. ๐Ÿ“ˆ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published