Skip to content

jicjjang/archiver

Repository files navigation

Build Status

Archiver

Share saved data in your group.

Archiver Demo

Install

$ git clone https://github.com/jicjjang/archiver
$ cd archiver
$ npm install

Set config

1. Need firebase DATABASE_URL

2. Make your firebase application

firebase config

3. Look at the ex.config.js file and make config.js file

$ vi ./app/config.js  # look at the `ex.config.js file`

4. Write your firebase db url

// config.js
export const DATABASE_URL = 'YOUR_FIRBASE_DB_URL'

Usage

$ npm run start

Test

$ npm run test