Skip to content

shimmy8/news_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News app

Live demo: http://hknewsapp.tk/

Local build

docker-compose up --build -d

API

http://hknewsapp.tk/posts Takes 3 URL parameters:

  • offset - positive integer value. Default - 0.
  • limit - positive integer below 150. Default - 5.
  • order - comma-separated list of ordering values (title, created_at, _id). Default - created_at.

Modules:

  • parser - collects data from news.ycombinator.com;
  • updater - checks parsed data, saves it to database;
  • api - displays collected data at JSON format, forces data update via parser module.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published