alhood77
Joined: 17 Oct 2021 Posts: 1 Location: Kirkcaldy
|
Posted: Sun Oct 17, 2021 3:33 pm Post subject: Raith Rovers API |
|
|
Was bored over the weekend so created a simple Raith Rovers API which gets all recent news articles containing Raith from a variety of news sources in Scotland.
Not sure if there is anyone who does web development on here but might be fun to build a front-end for it. Only has 2 endpoints which are:
- all articles (/news)
- any articles by a specific source, ie, (/news/BBC).
All specific source endpoints are:
- /news/BBC
- /news/TheDailyRecord
- /news/TheScottishSun
- /news/TheIndependent
- /news/FifeFreePress
- /news/TheCourier
app link - https://raithroversapi.herokuapp.com/ (add endpoints to this)
RapidAPI link - https://rapidapi.com/alanhood77/api/raith-rovers-news/
source code - https://github.com/AlHood77/raithrovers-api |
|