- save the medium cookie (from dev tools for example) in env.js
- npm install && npm run start
- GET /api/bookmarks returns JSON response
- GET /bookmarks returns a basic HTML page with bookmarks
- [x] Basic scraping
- [ ] Sort by
- [x] alphabet
- [ ] recent
- [x] shortest time
- [x] longest time
- [ ] Lists