Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhvhs/fuzzy-octo-guacamole
https://github.com/jhvhs/fuzzy-octo-guacamole
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhvhs/fuzzy-octo-guacamole
- Owner: jhvhs
- Created: 2021-08-31T17:55:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T17:55:25.000Z (over 3 years ago)
- Last Synced: 2024-11-08T23:12:10.713Z (3 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Octodex RSS Feed Renderer
This repository hosts a basic [Next.js](https://nextjs.org/) application that can consume the
[GitHub Octodex](https://octodex.github.com/) RSS feed and then render the extracted feed
items into a web page so the Octocats can be viewed in all their glory.![Screenshot 2021-08-18 at 18 29 06](https://user-images.githubusercontent.com/681306/129948944-40269cd4-1e21-4d91-8dff-e1a34bc0368e.png)
## Building
This is a standard Next.js application that uses the `next` framework to develop and build the application.To run the application locally, use `npm run dev` from the checked out source code (after installing the dependencies of course using `npm install`). The application will start up and bind to port `3000` making the server available from http://localhost:3000