Skip to content

Utilities for working with the EVE Online CREST API using JSON Schema.

Notifications You must be signed in to change notification settings

jimpurbrick/crestschema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crestschema

Utilities for working with EVE Online's CREST API using JSON Schema.

To generate JSON schema from the CREST production API from the command line:

npm install request fs json-stable-stringify extend
node crestschemaspider.js https://crest.eveonline.com [header:value]...

Additional command line arguments are added to each request as headers.

To use the crestschema library in a browser:

<script src="crestschema.js"></script>
<script>
    crestschema.jsonSchemaFromCrestOptions(someOptionsBodyFromCrest);
</script>

About

Utilities for working with the EVE Online CREST API using JSON Schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published