/support-krait

Collection of tools to support an efficient CMDR in the regular routines.

Primary LanguageVueThe UnlicenseUnlicense

code workflow deploy workflow

My growing collection of tools for CMDRs. These are mostly utilisations of the awesome already existing tools out there, mainly created for my own usage but some CMDR out there might find them useful.

current Feature(s)

  • A tool to create an efficient route through the systems of a faction. It generates a table with systems where the faction is present in which you can select all the systems you would like to visit/update. With it a few extra infos it creates a link to spansh.co.uk for an optimized route.

    The faction data is beeing fetched from the EliteBGS API.

  • A tool to apply those experimental effects to your new build in an efficient manner. Click a list of engineers together you want to visit and get a link to spansh.co.uk to not loose any further time.

  • Let's you select a specific engineering material and fetches a list of systems where CMDRs have recently collected some. The information is beeing fetched from he Canonn Research API. You have also the possibillity to use spansh.co.uk for an optimised route.

    Please consider usind the EDMC-Canonn Plugin to share the materials you find and where you find them.

Special Thanks belongs to

  • Themroc (EDDB) - For the huge amount of data gathered and provided.
  • EliteBGS - For the glue between EDDB and BGS but also for providing the API.
  • Canonn Research - For even more data and providing an API to it.
  • CMDR Spansh - For the magic of route optimisation.

Development

Support Krait is written with VueJS and NuxtJS.

To run this local simply do the folowing after a clone of the repo. You need nodejs and yarn (or npm) installed.

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev