Skip to content

johnoct/hackernews-top-submissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackernews-top-submissions

Get the top hacker news submissions. Top 15 Hacker News

pip install -r requirements.txt
FLASK_APP=app.py flask run

heroku deploy

heroku login

create Procfile

web: gunicorn app:app --log-file=-

heroku crate app

heroku create

push code to heroku

git push heroku master

Todo:

  • format readme
  • add ci/cd with travis
  • add tests
  • talk about multithread
  • add tutorial
  • talk about flask

About

Get the top hacker news submissions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published