https://github.com/mohit-s96/terminal-reddit
reddit in terminal...WIP
https://github.com/mohit-s96/terminal-reddit
Last synced: about 2 months ago
JSON representation
reddit in terminal...WIP
- Host: GitHub
- URL: https://github.com/mohit-s96/terminal-reddit
- Owner: mohit-s96
- Created: 2022-01-06T09:00:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T09:09:30.000Z (over 3 years ago)
- Last Synced: 2025-02-08T21:45:49.130Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### reddit in the terminal
little project I made when learning unit testing with jest.
- zero dependency, I made an observable module for ui updates and a fetch like http.request wrapper for getting resource.
- currently gets the reddit front page posts in a 10 post/request pagination.
WIP and I plan to add more fetures like viewing comment chains and viewing images etc.