EventTool is a web tool to allow users to create Eventbrite events from many locations all at once. The tool is built for a user to create a single event and then post it for many locations At once.
- Event Creation
- Users can create events in the same way as regular Eventbrite Website.
- Serside Event Scheduling
- Users can publish events to be working at a future date.
- Batching and throttling event publishing.
- Events are Published in intervals of 10 each every 5 minutes.
- User Authentication
- Users can create a new account or log in with an existing one
- Passwords are encrypted using BCrypt and appropriate errors are rendered when a login or signup form is filled incorrectly.
- Interacts With the eventbrite API.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone EventTool
git clone https://github.com/eamrhein/EventTool.git
- Install NPM packages
npm install
or
yarn install
Distributed under the MIT License. See LICENSE
for more information.
Eric Amrhein - @MrEricAmrhein - eamrhein@protonmail.ch