Socket
Socket
Sign inDemoInstall

covid-dashboard-jadam

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    covid-dashboard-jadam

A dashboard to display up to date covid data and news


Maintainers
1

Readme

README

Introduction

This project aims to provide a simple, personalisable dashboard for Covid data and news. Users can schedule updates to the data and news stories on top of those that already automatically occur. They can also customise what area they receive Covid data for to, as well as what sort of news they receive.


Prerequisites

Designed for Python 3.9 Sched and Flask modules Public Health England Covid data API module News Api module and key - can be gotten for free from https://newsapi.org/register


Installation

pip install schedule pip install Flask pip install uk-covid19 pip install NewsApi


Getting started

Firstly you must open the config file and put your API key in for /key/. Next run main.py, this will start the server. The dashboard can now be accessed at http://127.0.0.1:5000/index. In order to change where Covid data is shown for, or what keywords are used to filter news stories, change the relevant lines in the config file


Developer documentation


Author - James Adam

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc