fix: remove references from github

This commit is contained in:
Franek 2024-04-29 16:26:20 +00:00
parent 211745c4de
commit 3aa4adb32d

View File

@ -1,6 +1,6 @@
## Dynamic Content Delivery API ## Dynamic Content Delivery API
API template for [Dynamic Content Delivery](https://github.com/sadorowo/dynamic-content-delivery) - HTML page that provides data to the user based on the given ID. API template for [Dynamic Content Delivery](https://git.sador.me/sadorowo/dynamic-content-delivery) - HTML page that provides data to the user based on the given ID.
## Which files am I allowed to edit? ## Which files am I allowed to edit?
- all files in `data` directory: - all files in `data` directory:
@ -15,10 +15,10 @@ API template for [Dynamic Content Delivery](https://github.com/sadorowo/dynamic-
npm install npm install
``` ```
4. Edit required files: 4. Edit required files:
1. [config.json](data/config.json): 1. **[config.json](data/config.json)**:
- edit your constants: - edit your constants:
1. provide your API port in `PORT` constant. 1. provide your API port in `PORT` constant.
2. [data-source.json](data/data-source.json): 2. **[data-source.json](data/data-source.json)**:
- provide your data in `DATA` constant like this: - provide your data in `DATA` constant like this:
```json ```json
{ {
@ -53,4 +53,4 @@ API template for [Dynamic Content Delivery](https://github.com/sadorowo/dynamic-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Authors ## Authors
- [**@sadorowo**](https://github.com/sadorowo) - original author - [**@sadorowo**](https://git.sador.me/sadorowo) - original author