Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanshortiss/hackernews-tracker
https://github.com/evanshortiss/hackernews-tracker
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evanshortiss/hackernews-tracker
- Owner: evanshortiss
- Created: 2024-07-11T18:45:48.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T17:47:30.000Z (3 months ago)
- Last Synced: 2024-08-15T19:58:38.214Z (3 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker News Top Story Tracker
This repository is a companion the the "Podman Desktop to Production" article
on [developers.redhat.com](https://developers.redhat.com).## Local Development
To run this application locally you need Node.js v20 or newer. If you're using
[nvm](https://nvm.sh) simply run `nvm install` and `nvm use` from the root of this repository to
use the correct Node.js version.Install dependencies using `npm`
```bash
npm install
```Start the application using `node`
```bash
node index.mjs
```