Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhvhs/fuzzy-octo-guacamole


https://github.com/jhvhs/fuzzy-octo-guacamole

Last synced: about 1 month ago
JSON representation

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