Skip to content

cscie114/eleventy-data-backends-sheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eleventy-data-backends-csv

Illustrating how to use data from Google Sheets in eleventy (11ty).

Run

This will need some setup on your end. Create your own copy of the spreadsheet. Follow instructions for setting up authentication on the Google side.

Create an .env file with the following entries:

GOOGLE_SPREADSHEET_ID="<your spreadsheet id>"
GOOGLE_SERVICE_ACCOUNT_EMAIL="<email goes here>"
GOOGLE_PRIVATE_KEY="<key goes here>"

And then run:

npm install
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published