/Newspool

A Unique News Application Written In Javascript

Primary LanguageJavaScriptApache License 2.0Apache-2.0

{ NewsPool }

A unique news application written in javascript created by the Coding Studios.

View Live Demo

Check Out The Discord Bot

About

  • Scraper - Scrapes API content and filter the datas
  • Cached - Datas/Contents are cached, prevent rate limit
  • Front-End (UX & UI) - Frontend Ready, Responsive, Designed by @leecheeyong
  • API - API Ready
  • Stylish - Perfectly Designed Frontend (animation, align, size, colors)
  • User Friendly - Easy on every browser (well optimized frontend javascript)

Endpoints

  • / - NewsPool - News
    • /article/{id} - View article by ID
  • /v1 - NewsAPI - Get all news
    • /v1/articles?page={pageNumber} - Articles (Grouped into 10)
    • /v1/article/{id} - Get an article content by ID
  • /v2 - Google News - Get all news
    • /topic - Get news by topic
    • /articles - Articles (Grouped into 10)
    • /article/{id} - Get an article content by ID
  • /v3 - Custom News (Beta)
    • /articles - Articles (Grouped into 10)
    • /article/{id} - Get an article content by ID
    • /{id}/articles - Articles on a specific news (Grouped into 10)

Contact

Please join our Discord Server and create a thread in #support to contact us !

Datas & Contents are from

Author

Credit

Please credit this repository and the authors if you plan to use any of this project's code

Contribute

Feel free to make a Pull Request with well described changes / functions. Check out ideas if you don't know what to contribute, as well as reporting bugs if found !!