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.
- Host: GitHub
- URL: https://github.com/jicjjang/archiver
- Owner: jicjjang
- Created: 2017-04-26T15:28:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T12:51:24.000Z (over 5 years ago)
- Last Synced: 2024-04-11T15:40:24.656Z (about 2 years ago)
- Topics: firebase
- Language: JavaScript
- Size: 6.61 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Archiver
Share saved data in your group.
[](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

#### 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
~~~