https://github.com/chrissy-dev/11ty-netlify-static-api-demo
https://github.com/chrissy-dev/11ty-netlify-static-api-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrissy-dev/11ty-netlify-static-api-demo
- Owner: chrissy-dev
- Created: 2022-08-28T21:08:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T21:21:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T10:43:53.047Z (over 1 year ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 11ty Static API Demo
Proof of concept to build a static JSON API that consumes third party APIs, parses their responses and serves static JSON files using 11ty and Netlify.
**Dev**
```
npm start
```
**Build**
```
npm run build
```
### Demo responses
**Oku RSS Feed**
[https://11ty-static-api-demo.netlify.app/oku_feed.json](https://11ty-static-api-demo.netlify.app/oku_feed.json)