Evaluate-News-NLP is a website tell you more information about the given url using ( NLP meaningcloud sentiment API)
- Create a new
.env
file in the root of your project - Go to your .gitignore file and add
.env
- this will make sure that we don't push our environment variables to Github! If you forget this step, all of the work we did to protect our API keys was pointless. - Fill the .env file with your API keys like this:
API_KEY=**************************
npm run build-dev
npm run build-prod
npm run test
A great step to take with your finished project would be to deploy it! Unfortunately its a bit out of scope for me to explain too much about how to do that here, but checkout Netlify or Heroku for some really intuitive free hosting options.