mulyoved / google-cloud-storage-node-wrapper

GCS wrapper for managing files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google cloud storage node wrapper

A simple wrapper for managing files on GCS.

Installation

Install dependencies

npm install

Install typescript typings

You would need to have typings module installed globally. typings install

Testing
Create a file key.json with your GCS credentials.

npm test

About

GCS wrapper for managing files.

License:MIT License


Languages

Language:JavaScript 50.6%Language:TypeScript 49.4%