Skip to content

Instantly share code, notes, and snippets.

@sean-clayton
Created January 12, 2015 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sean-clayton/e5fc28ee54fe032bf6a4 to your computer and use it in GitHub Desktop.
Save sean-clayton/e5fc28ee54fe032bf6a4 to your computer and use it in GitHub Desktop.
{
name: "Dalton Gateway",
system: "LHS 3447",
type: "station",
hasBlackmarket: true,
bannedItems: [],
commodities: [
{
commodity: "Hydrogen Fuels",
category: "Chemicals",
sell: 89,
buy: 94,
date: new Date()
}, {
commodity: "mineralOil",
sell: 94,
buy: 107,
date: new Date()
}, {
commodity: "pesticides",
sell: 350,
date: new Date()
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment