@sebbo2002/fitness-first-ical-proxy 1.0.0-develop.1 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,6 +10,12 @@ Small proxy that provides the course schedule from fitnessfirst.de/kurse as an i
10
10
  npm i -g @sebbo2002/fitness-fitst-ical-proxy
11
11
  fitness-first-ical-proxy
12
12
 
13
+ ## 📑 Example
14
+
15
+ ```
16
+ http://localhost:8080/ical?club_id=0024&category_id=436
17
+ ```
18
+
13
19
 
14
20
  ## 🙆🏼‍♂️ Copyright and license
15
21
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "author": "Sebastian Pekarek <oojeesheibashumaofie@e.sebbo.net>",
2
+ "author": "Sebastian Pekarek <mail@sebbo.net>",
3
3
  "bin": {
4
4
  "fitness-first-ical-proxy": "./dist/bin/start.js"
5
5
  },
6
6
  "bugs": {
7
- "url": "https://github.com/sebbo2002/template/issues"
7
+ "url": "https://github.com/sebbo2002/fitness-first-ical-proxy/issues"
8
8
  },
9
9
  "dependencies": {
10
10
  "express": "^4.17.1",
@@ -64,5 +64,5 @@
64
64
  "start": "node ./dist/bin/start.js",
65
65
  "test": "mocha"
66
66
  },
67
- "version": "1.0.0-develop.1"
67
+ "version": "1.0.1"
68
68
  }