https://github.com/timwright12/hacker-news-feed
https://github.com/timwright12/hacker-news-feed
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timwright12/hacker-news-feed
- Owner: timwright12
- Created: 2020-07-13T15:30:07.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T13:51:31.000Z (over 3 years ago)
- Last Synced: 2025-09-11T04:47:52.123Z (10 months ago)
- Language: JavaScript
- Size: 3.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker News Feed API Test
## Start the application
```
npm start
```
## Tests
Set your testing URLs in the `package.json` file's `testing.urls` object. npm start will run at localhost:3000
## Test Commands (make sure the app is running at localhost:3000)
```
npm test
```
The test command will run all functional and accessibility tests in the /tests directory