fix: remove references from github
This commit is contained in:
parent
211745c4de
commit
3aa4adb32d
@ -1,6 +1,6 @@
|
||||
## 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?
|
||||
- all files in `data` directory:
|
||||
@ -15,10 +15,10 @@ API template for [Dynamic Content Delivery](https://github.com/sadorowo/dynamic-
|
||||
npm install
|
||||
```
|
||||
4. Edit required files:
|
||||
1. [config.json](data/config.json):
|
||||
1. **[config.json](data/config.json)**:
|
||||
- edit your constants:
|
||||
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:
|
||||
```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.
|
||||
|
||||
## Authors
|
||||
- [**@sadorowo**](https://github.com/sadorowo) - original author
|
||||
- [**@sadorowo**](https://git.sador.me/sadorowo) - original author
|
Loading…
Reference in New Issue
Block a user