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

https://github.com/mikmuellerdev/etherpadbackup

Archive Ethepad Documents on a nightly schedule.
https://github.com/mikmuellerdev/etherpadbackup

Last synced: about 1 month ago
JSON representation

Archive Ethepad Documents on a nightly schedule.

Awesome Lists containing this project

README

          

# Usage

First install all dependencies.

```
npm i
```

Rename the sample config file to represent the real one.
```
mv config.json.sample config.json
```

Use a text editor to customize this file
```
vim config.json
```

Run the script
```
node .
```