An open API service indexing awesome lists of open source software.

https://github.com/jicjjang/archiver

Share saved data in your group.
https://github.com/jicjjang/archiver

firebase

Last synced: about 2 months ago
JSON representation

Share saved data in your group.

Awesome Lists containing this project

README

          

![Build Status](https://travis-ci.org/jicjjang/archiver.svg?branch=master)

# Archiver
Share saved data in your group.

[![Archiver Demo](./static/readme/readme_image.gif)](https://youtu.be/nzAhe7PffbQ)

## Install
~~~bash
$ git clone https://github.com/jicjjang/archiver
$ cd archiver
$ npm install
~~~

## Set config

#### 1. Need firebase `DATABASE_URL`
##### Connect "https://console.firebase.google.com/" URL

#### 2. Make your firebase application
![firebase config](./static/readme/firebase.png)

#### 3. Look at the `ex.config.js` file and make `config.js` file
~~~bash
$ vi ./app/config.js # look at the `ex.config.js file`
~~~

#### 4. Write your firebase db url
~~~javascript
// config.js
export const DATABASE_URL = 'YOUR_FIRBASE_DB_URL'
~~~

## Usage
~~~bash
$ npm run start
~~~

## Test
~~~bash
$ npm run test
~~~