Skip to content

onefriendaday/storyblok-file-upload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storyblok file uploading with Node.js

A very simple example of using the managment api of Storyblok to upload files using a signed request.

How to run?

First replace the variables with your credencials and space id.

var email = 'YOUR_EMAIL'
var password = 'YOUR_PASSWORD'
var spaceId = 'YOUR_SPACE_ID'

Second install the node modules and run index.js

npm install
node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published