An open API service indexing awesome lists of open source software.

https://github.com/timwright12/hacker-news-feed


https://github.com/timwright12/hacker-news-feed

Last synced: 9 months ago
JSON representation

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