mirror of
https://github.com/System-End/YSWS-Catalog.git
synced 2026-04-19 14:27:00 +00:00
fix: document api in README and create .gitignore
This commit is contained in:
parent
712dc28516
commit
a66a082697
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
node_modules
|
||||
package-lock.json
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
- **Real-time Deadline Updates:** Deadlines are updated in real-time to reflect the current status, ensuring information is always up-to-date.
|
||||
- **Responsive Design:** Optimized for various screen sizes and devices, providing a seamless experience on desktops, tablets, and mobile devices.
|
||||
- **RSS Feed:** Subscribe to get notifications about active YSWS programs in your favorite RSS reader.
|
||||
- **JSON API:** Get full data as a json object
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
@ -55,6 +56,8 @@ This feed is automatically updated whenever new programs are added or existing p
|
|||
- Handling theme toggling
|
||||
- Managing program detail modals
|
||||
- Updating deadlines in real-time
|
||||
- **generate-json.js:** Generates a JSON file equivalent of the data.yml (for API use)
|
||||
- **generate-rss.js:** Generates an RSS feed.xml file
|
||||
|
||||
## Data Source & Example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue