https://github.com/cnocon/express-github-stats-card-demo
Demo application for the express-github-stats-card NPM package.
https://github.com/cnocon/express-github-stats-card-demo
Last synced: 2 months ago
JSON representation
Demo application for the express-github-stats-card NPM package.
- Host: GitHub
- URL: https://github.com/cnocon/express-github-stats-card-demo
- Owner: cnocon
- License: mit
- Created: 2021-01-05T07:57:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T10:39:32.000Z (over 5 years ago)
- Last Synced: 2025-03-03T04:15:22.334Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://express-github-stats-card-demo.netlify.app/
- Size: 1.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo App for `express-github-stats-card`: Express.js on Netlify
[](https://app.netlify.com/sites/express-github-stats-card-demo/deploys)
[Live Demo URL](https://express-github-stats-card-demo.netlify.app/)
---
Express
[serverless-http](https://github.com/dougmoscrop/serverless-http). See
[express/server.js](express/server.js) for details, or check it out at
[https://netlify-express.netlify.com/](https://netlify-express.netlify.com/)!$$
[index.html](index.html) simply loads html from the Express.js app using
``, and the app is hosted at `/.netlify/functions/server`. Examples of
how to access the Express.js endpoints:
```sh
curl https://netlify-express.netlify.com/.netlify/functions/server
curl https://netlify-express.netlify.com/.netlify/functions/server/another
curl --header "Content-Type: application/json" --request POST --data '{"json":"POST"}' https://netlify-express.netlify.com/.netlify/functions/server
```