This commit is contained in:
Evert Prants 2017-07-01 20:40:03 +03:00
commit b8c1f26098
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
3 changed files with 55 additions and 0 deletions

16
LICENSE Normal file
View File

@ -0,0 +1,16 @@
Icy Network Primary Web Application - Authentication and News
Copyright (C) 2017 Icy Network - Evert Prants <evert@lunasqu.ee>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# IcyNet.eu
Icy Network Primary Web Application - Authentication and News - Coming Soon
## About Icy Network
Icy Network is a community network aimed at anyone who likes friendly discussions and playing multiplayer games, such as Minecraft.
### Currently IcyNet-owned community platforms
* mc.icynet.eu - Minecraft Server
* [Discord server](https://discord.gg/Xe7MKSx)
* matrix.icynet.eu - Matrix server
* icynet.ml - IRC Network
## The Goal of this Application
To create a central news outlet and APIs for all of Icy Network-owned community platforms.
This application will also include authentication services such as OAuth2 in order to unite our websites with a single login.

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "icynet.eu",
"version": "0.0.1-alpha1",
"description": "Icy Network web server",
"main": "icynet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IcyNet/IcyNet.eu.git"
},
"keywords": [
"website",
"community",
"authentication"
],
"author": "Icy Network",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/IcyNet/IcyNet.eu/issues"
},
"homepage": "https://github.com/IcyNet/IcyNet.eu#readme"
}