Skip to content

A NextJS app that imports static ONS data for use in creative applications

Notifications You must be signed in to change notification settings

edpe/data-art-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data scale

A boilerplate app to facilitate using ONS data in creative browser based artwork.

To use google sheets you will need to set up a Google Service Account

This will generate a json file which you will need to rename and save in the root of your project as secrets.json.

You will also need to update your env.local to point to your chosen google sheet ID (can be found inthe url of your google sheet)

Sheets need to be in the format shown in the example below (headings can be any string):

date datatype1 datatype2 datatype3 datatypeX etc
01/09/1990 00:00:00 7.2 9.2 3 4.5
01/010/1990 00:00:00 6.7 9.8 3.2 4

Getting Started

npm install
npm run dev
# or
yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

A NextJS app that imports static ONS data for use in creative applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published