https://github.com/yuribrunetto/nerdcasts
:vulcan_salute: a simple webapp that lists the last episodes from Nerdcast
https://github.com/yuribrunetto/nerdcasts
fetch nerdcast webapp
Last synced: 2 months ago
JSON representation
:vulcan_salute: a simple webapp that lists the last episodes from Nerdcast
- Host: GitHub
- URL: https://github.com/yuribrunetto/nerdcasts
- Owner: YuriBrunetto
- Created: 2017-02-27T14:26:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T14:44:54.000Z (over 8 years ago)
- Last Synced: 2025-02-09T12:43:57.442Z (4 months ago)
- Topics: fetch, nerdcast, webapp
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nerdcasts
> :headphones: a simple webapp that lists the last episodes from nerdcast## Usage
1. Clone the repository to your local machine
`git clone [email protected]:YuriBrunetto/nerdcasts.git`
2. `cd` into it and install the dependencies
`cd nerdcasts && npm install`
3. Run `gulp`
4. Done!