DEV Community

Clive Da
Clive Da

Posted on

a node express pug demo for GLITCH and ZEIT

since the marketing dept at zeit deleted the zeit node express docs, examples and repos last year i am now trying to recreate one that works with both glitch and zeit

it would appear that zeit have created a fake node express interface (called helpers!) that lock you into the zeit platform instead of other platforms such as glitch

node express cloudinary demo

run locally with NODE_PATH=/usr/local/lib/node_modules GLITCH=1 PORT=3000 CLOUDINARY_APIKEY=mykey CLOUDINARY_APISECRET=mysecret CLOUDINARY_APINAME=myname node .




refs
https://github.com/zeit/now-examples/issues/432
https://zeit.co/blog/now-node-helpers

Top comments (0)