Skip to content

joemccann/covid-19-news-sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVD-19 Virus

CVD-19 News Sentiment

A free, open source service that aims to determine the sentiment of news and headlines around Coronavirus-19.

Requirements

Hacking

  • Clone this repo and install dependencies.
git clone https://github.com/joemccann/covid-19-news-sentiment.git
cd covid-19-new-sentiment
npm i
  • Create a .env file in the root of the repo and copy/paste the following:
KEY=XXX
ENDPOINT=XXX
AZURE_TENANT_ID=XXX
AZURE_CLIENT_ID=XXX
AZURE_CLIENT_SECRET=XXX
AZURE_STORAGE_CONTAINER=XXX
BLOB_SERVICE_ACCOUNT_NAME=XXX
INCREMENT=XX

Tests

Note: a .env file is required to run the tests as they will affect Azure resources.

npm i -D
npm test

Contributing

The general guidelines for contributing are:

  • Does it fix a bug?
  • Does it break anything?
  • Does it stick to the original goal?
  • Does it reduce the build size?
  • Is it necessary?

Contributors

License

MIT

About

📰A free, open source service that aims to determine the sentiment of news and headlines around Coronavirus-19.

Resources

Stars

Watchers

Forks

Packages

No packages published