https://github.com/electerious/ackee-faker
Fills Ackee with fake data.
https://github.com/electerious/ackee-faker
Last synced: 4 months ago
JSON representation
Fills Ackee with fake data.
- Host: GitHub
- URL: https://github.com/electerious/ackee-faker
- Owner: electerious
- License: mit
- Created: 2020-12-28T15:04:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-11-15T13:32:36.000Z (7 months ago)
- Last Synced: 2025-11-15T15:26:00.055Z (7 months ago)
- Language: JavaScript
- Size: 459 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# ackee-faker
[](https://github.com/electerious/ackee-faker/actions/workflows/test.yml) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CYKBESW577YWE)
A script that runs continuously thanks to GitHub Actions and fills the Ackee demo with data.

## 🤗 Usage
### 1. Install dependencies
ackee-faker dependents on …
- [Node.js](https://nodejs.org/en/) (v22 or newer)
- [npm](https://www.npmjs.com)
Make sure to install and update all dependencies before you continue. The installation instructions for the individual dependencies can be found on the linked websites.
### 2. Create the configuration
Pull the project and configure ackee-faker using environment variables or create a [`.env` file](https://www.npmjs.com/package/dotenv) in the root of the project to store all variables in one file.
```
ACKEE_ENDPOINT=https://ackee.example.com/api
ACKEE_TOKEN=5c5411b0-ef80-425b-8e80-e8c4a76fcad6
```
### 3. Install ackee-faker
Install all required dependencies.
```sh
npm install
```
### 4. Run ackee-faker
ackee-faker will fetch all domains and events it can find on the installation. It will sometimes skip the creation of new records and events to replicate a real usage. The script might run for up to 15 minutes depending on a random record update delay.
```sh
npm start
```
## Miscellaneous
### Donate
I am working hard on continuously developing and maintaining Ackee. Please consider making a donation to keep the project going strong and me motivated.
- [Become a GitHub sponsor](https://github.com/sponsors/electerious)
- [Donate via PayPal](https://paypal.me/electerious)
- [Buy me a coffee](https://www.buymeacoffee.com/electerious)
### Links
- [Follow Ackee on Twitter](https://twitter.com/getackee)
- [Vote for Ackee on ProductHunt](https://www.producthunt.com/posts/ackee)