Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

7 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages