Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/new-eden-social/new-eden-social

🌌 New Eden Social 🚀
https://github.com/new-eden-social/new-eden-social

angular api eve eve-online game hub nest nodejs typescript

Last synced: about 1 month ago
JSON representation

🌌 New Eden Social 🚀

Awesome Lists containing this project

README

        


New Eden Social

Hub for EVE Online community.



Build Status


Coverage Status


Join Slack Chat


Liberapay receiving

## What's it about
Project was started with an idea of creating social platform for players of EVE Online. A place where players could connect and share their experiences, fan art, images, videos, thoughts, propaganda...

Each "user" would be an actual EVE Online character and you could only login using game's credentials (SSO), this way characters could interact outside of eve online. Alliances and corporations could share propaganda videos/art and gather followers who could re-share and spread the word.

Whole platform would heavily relay on EVE Online API, so that you could send in game emails, money, create events (calendar). It would feel as an extension of game itself.

Think of it as combination of r/eve and twitter. A hub of EVE Online community.

![Preview of New Eden Social](https://i.imgur.com/IqB7JK9.png)

### Releases
Branch `master` is automatically deployed on each commit/merge to development servers. Production servers are automaticly deployed
on each release (tag).

| Version | API | WEB |Documentation |
| -------------- | ------------------------------- | ------------------------- |------------------------------------------------------------|
| master branch | api.development.neweden.social |development.neweden.social | [Development](http://api.development.neweden.social/docs) |
| latest release | api.neweden.social |neweden.social | [Release](http://api.neweden.social/docs) |

Changelog is located in [CHANGELOG.md](https://github.com/new-eden-social/hub/blob/master/CHANGELOG.md)

## Contribution
We welcome everyone that wants to contribute! You should read [CONTRIBUTING.md](/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md) before you start. If you have any questions you can ask them on [issues](https://github.com/new-eden-social/new-eden-social/issues) or directly on [slack](https://www.fuzzwork.co.uk/tweetfleet-slack-invites/) in `#new-eden-social`.

## Progress tracking
Current state of what is being worked on, can be found in [this project](https://github.com/orgs/new-eden-social/projects/1).

## Packages
List of packages that can be re-used by 3th parties. They are written for NestJS framework, but in the future, there is plan to write them in platform agnostic way.

| Name | Description | NPM |
|---------------------------------------------------------------|----------------------------------------|-----------|
|[@new-eden-social/esi](/packages/esi) | ESI Client for NestJS |![npm](https://img.shields.io/npm/v/@new-eden-social/esi.svg)
|[@new-eden-social/eve-sso](/packages/eve-sso) | EVE SSO Client for NestJS |![npm](https://img.shields.io/npm/v/@new-eden-social/eve-sso.svg)
|[@new-eden-social/zkillboard](/packages/zkillboard) | ZKillboard Client for NestJS |![npm](https://img.shields.io/npm/v/@new-eden-social/zkillboard.svg)
|[@new-eden-social/killmails-stream](/packages/killmails-stream)| ZKillboard KillStream Client for NestJS|![npm](https://img.shields.io/npm/v/@new-eden-social/killmails-stream.svg)