Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengkangzai/time-stone
A Web Application that sync the APU time table to your calendar
https://github.com/chengkangzai/time-stone
laravel synchronization
Last synced: 24 days ago
JSON representation
A Web Application that sync the APU time table to your calendar
- Host: GitHub
- URL: https://github.com/chengkangzai/time-stone
- Owner: chengkangzai
- License: gpl-3.0
- Created: 2022-04-10T11:40:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T10:50:47.000Z (over 1 year ago)
- Last Synced: 2023-07-03T11:34:46.500Z (over 1 year ago)
- Topics: laravel, synchronization
- Language: PHP
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Time stone
A magic application that sync your timetable to your calendar
- [Introduction](#introduction)
- [Installation](#installation)
- [License](#license)
- [Deployment](#deployment)
- [Contributing](#contributing)## Introduction
This application is developed to help APU students to synchronize their timetable to their personal calendar that develop with Laravel Framework.## Installation
To install the application, you need to install the following dependencies:
- [Composer](https://getcomposer.org/)
- [PHP](https://secure.php.net/)
- [Node.js](https://nodejs.org/) (optional)You can refer to official laravel [Documentation](https://laravel.com/docs/master/installation) for more information.
### Setup
Please follow the steps below to set up the application for OAUTH environment key from Microsoft App Registration.
[App Registration](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app#register-an-application)If you just want to use the application, you can refer to deployment section.
## License
This application is licensed under the GNU General Public License v3.0.
For more detail, please refer to the [LICENSE](LICENSE) file.## Deployment
Deploy to Heroku
- [Heroku](https://heroku.com) [![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/monicahq/monica/tree/main)## Contributing
If you want to contribute to this application, you can refer to the [CONTRIBUTING](.github/CONTRIBUTING.md) file.