About | Access links | Technologies | How to use | How to contribute | Extra information
The Scheduler is a Web and Mobile application to help people schedule messages that will be sent to some contacts (the contacts can be informed by importing a csv file with the list of phone numbers or can be done by adding manually) for a certain day (s) and right time.
The project was developed using the following technologies and libraries:
- Clone the repository:
$ git clone [email protected]:dominguetigs/ps-scheduler.git
- Run the Application:
# Install the dependencies
$ npm install
# Initialize the application
$ npm run start:open
# If you want to run externally on a mobile device
$ npm run start:host
# Tests
$ npm run test
# Build
$ npm run build
- Fork this repository
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the LICENSE file for more details.
There is a file example.csv for testing purposes in extracting the phone book. 😃