This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
Basically a big "tech update" to 2021:
- π based on latest Node.js 16
- π updated all dependencies (mainly Hapi to v20)
- π¨βπ» refactored to CommonJS
- π¨βπ» linting: moved from XO to ESLint
- β removed the
/twitter
route (motivation below) - π» CI/CD automations moved from Travis to Github Actions
- βοΈ now the project is deployed on Heroku (currently free tier)
Availble here: https://atmmi-info-api.herokuapp.com/
About the /twitter
route removal
The route was about scraping a Twitter page to create a json
from that, but some times ago Twitter has completely changed the way they render the webpages and this makes hard to find a way to reliably parse the information, so I'm deprecating that functionality until a better idea/alternative will come out...