Sign inSign up

filestack/node

By filestack

Updated almost 8 years ago

`FROM node:10-alpine` used to build with `RUN npm install -g filestack-js`

Image
1

10K+

filestack/node repository overview

Filestack JavaScript SDK

Node.js Edition

This image provides you node.js v10-alpine and the official Filestack SDK for JavaScript, installed globally via NPM. This allows you to const client = require('filestack-js').init(apikey); from any location you add your Node project, but best practice outside of this environment is to npm install filestack-js directly within your Node project's root directory.

See https://github.com/filestack/filestack-js/ for the SDK source.

Read the Filestack Content Cookbook blog post to learn more about uploading files to Filestack with Node: https://blog.filestack.com/content-cookbook/upload-files-with-node/

Notable tags:

  • latest (just Node plus filestack-js global)
  • v10-alpine (latest)
  • example
    • Call this with docker run -it --rm -e APIKEY=MYAPIKEYHERE filestack/node:example to pass your APIKEY as an ENV variable, and you'll see an example image of a palm tree upload to your Filestack app. Read the CLI output for additional details.

Tag summary

Content type

Image

Digest

Size

24.4 MB

Last updated

almost 8 years ago

docker pull filestack/node