mirror of
https://github.com/SrIzan10/YSWS-Catalog.git
synced 2026-05-01 11:15:09 +00:00
fix: document api in README and create .gitignore
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user