Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Provides an API to fetch gaming news from different news provider

Notifications You must be signed in to change notification settings

Mokkapps/gaming-news-aggregator

Repository files navigation

Gaming News Aggregator

A Node.js backend app which provides an API to fetch gaming news from different news provider.

Heroku is used as PaaS for deployment.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/Mokkapps/gaming-news-aggregator.git
$ cd gaming-news-aggregator
$ npm install (or yarn install)
$ npm start (or yarn start)

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles:

About

Provides an API to fetch gaming news from different news provider

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages