Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

42 lines (21 loc) · 1.43 KB

evecontacts

This project no longer works as CCP has retired their old version of the API. As alot of data was passed though multiple layers, without being mapped explicitly, it's very difficult to figure out which data was supposed to go where. That's why I stopped maintaining this project a long time ago.

Live demo/ hosted version/ howots

http://evecomp.tk:3000/

Introduction video/ tutorial

How to setup an own server that runs evecontacts?

checkout this repo

inside of the repo execute the folowing commands:

npm install

cd site/ ../node_modules/.bin/bower install

cd ..

Goto https://developers.eveonline.com/applications and create a new application.

Chose CREST Access for connection type and in the permissions section add CharacterContactsRead and CharacterContactsWrite to the "Requested Scopes List". Set the callback url up to be http://{your hostname}:3000/

Use your favorite text editor to create 2 text files named .apiKey and .clientId in the repository root. Once you created your application put the "Secret Key" into the .apiKey file and the "Client ID" into the .clientId file.

To start the server execute node main.js

About the project

started a couple days after the relase of the API Chalange Dev Blog