https://github.com/gamell/personal-json-aggregator
Small function to aggregate and cache information from different sources for my personal website
https://github.com/gamell/personal-json-aggregator
Last synced: 3 months ago
JSON representation
Small function to aggregate and cache information from different sources for my personal website
- Host: GitHub
- URL: https://github.com/gamell/personal-json-aggregator
- Owner: gamell
- License: mit
- Created: 2017-05-05T05:53:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T19:27:36.000Z (over 2 years ago)
- Last Synced: 2024-04-14T21:51:18.791Z (about 1 year ago)
- Language: JavaScript
- Size: 5.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# personal-json-aggregator
Small function to aggregate and cache information from different sources for my personal websiteTo get instagram token go here https://rudrastyh.com/tools/access-token
## Instagram API token
I think the token will expire once a month U_U -- Instructions to renew it:
- Go here https://developers.facebook.com/apps/1680101692154218/instagram-basic-display/basic-display/
- Generate token
- Update token and re-upload to Lambda## Runtime / Local etc
- `bun run build` to build the lambda zip file
- `bun run start` to run the project locally
- `bun run generate-json` to generate the json file locally