commit b8c1f260984de954f1643e216427a59891a24b2f Author: Evert Date: Sat Jul 1 20:40:03 2017 +0300 initial diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2d2f7f1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,16 @@ + Icy Network Primary Web Application - Authentication and News + Copyright (C) 2017 Icy Network - Evert Prants + + 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 . + diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b399af --- /dev/null +++ b/README.md @@ -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. diff --git a/package.json b/package.json new file mode 100644 index 0000000..1bba857 --- /dev/null +++ b/package.json @@ -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" +}