epitech-intranet
Advanced tools
Comparing version 0.2.2 to 0.3.2
@@ -43,3 +43,3 @@ // Generated by CoffeeScript 1.4.0 | ||
} | ||
return (_ref1 = (_base1 = this.opts).url) != null ? _ref1 : _base1.url = 'https://intra.epitech.bigint.fr/intra/'; | ||
return (_ref1 = (_base1 = this.opts).url) != null ? _ref1 : _base1.url = 'https://intra.epitech.eu/'; | ||
}; | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "epitech-intranet", | ||
"version": "0.2.2", | ||
"version": "0.3.2", | ||
"description": "epitech intranet wrapper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,8 +0,32 @@ | ||
Epitech Intranet Node Wrapper | ||
============================= | ||
Epitech Intranet Node.js Wrapper | ||
================================ | ||
Epitech Intranet nodejs library | ||
This module implements the new Epitech intranet API using json calls. | ||
Install | ||
======= | ||
```bash | ||
npm install epitech-intranet | ||
``` | ||
SEE ALSO | ||
======== | ||
* [Examples](https://github.com/moul/node-epitech-intranet/tree/master/examples) | ||
License | ||
======= | ||
By Manfred Touron | ||
License MIT | ||
Ideas | ||
===== | ||
- Event Streamer (socket.io proxy with caching) | ||
- Statistics | ||
- New markes watcher | ||
- New susies RSS / watcher | ||
- Forum watcher |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35562
33