An open API service indexing awesome lists of open source software.

https://github.com/yash-rajsingh/game-news-api


https://github.com/yash-rajsingh/game-news-api

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Game News API

An API that scrapes off news articles about computer games from the Games Rant website.

## Tech Stack

![Express js](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)
![Axios](https://img.shields.io/badge/-Axios-red)
![Cheerio](https://img.shields.io/badge/-Cheerio-%23135589)
![Heroku](https://img.shields.io/badge/Heroku-430098?style=for-the-badge&logo=heroku&logoColor=white)

## API Reference

#### URL

```
https://gamers-den-news.herokuapp.com/gameNews
```

Returns an array of objects with news about computer games.

## Acknowledgements
- The data displayed belongs to [Game Rant](https://gamerant.com/). I, in no way, own the information provided.

---

### Credits to Game Rant

##### Author - [Yash Raj Singh](https://github.com/Yash-RajSingh/)