Populate proposal data from tc39/dataset #290
Labels
content
Related to creating / editing content
javascript
Pull requests that update Javascript code
needs decision
Needs a decision
Populate the website with data from https://github.com/tc39/dataset
Eleventy Fetch seems useful (and for local development):
https://www.11ty.dev/docs/quicktips/cache-api-requests/
Task:
A new JS file would need to be added to https://github.com/tc39/tc39.github.io/tree/master/_data which has a similar format to the link above. It fetches proposal data and returns a format we're expecting. At build time this API would be fetched and the data can be iterated through in the template.
Triggering Action from dataset
Either https://github.saobby.my.eu.orgmunity/t/triggering-by-other-repository/16163/2 or a cron action to rebuild the website at a set interval
Issues:
Related:
The text was updated successfully, but these errors were encountered: