All Projects โ†’ exodus4d โ†’ Pathfinder

exodus4d / Pathfinder

Licence: mit
Mapping tool for EVE ONLINE

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pathfinder

New Eden Social
๐ŸŒŒ New Eden Social ๐Ÿš€
Stars: โœญ 136 (-55.84%)
Mutual labels:  api, eve-online
Spring Boot Api Project Seed
๐ŸŒฑ๐Ÿš€ไธ€ไธชๅŸบไบŽSpring Boot & MyBatis็š„็งๅญ้กน็›ฎ๏ผŒ็”จไบŽๅฟซ้€Ÿๆž„ๅปบไธญๅฐๅž‹APIใ€RESTful API้กน็›ฎ~
Stars: โœญ 8,979 (+2815.26%)
Mutual labels:  api, mapper
Seat
๐ŸŒ€โœณ๏ธ SeAT: A Simple, EVE Online API Tool and Corporation Manager
Stars: โœญ 324 (+5.19%)
Mutual labels:  api, eve-online
Jmapper Core
Elegance, high performance and robustness all in one java bean mapper
Stars: โœญ 159 (-48.38%)
Mutual labels:  api, mapper
Api
API definitions for the Istio project
Stars: โœญ 300 (-2.6%)
Mutual labels:  api
Easyimages2.0
ๆ–ฐ็‰ˆ็ฎ€ๅ•ๅผบๅคง็š„ๆ— ๆ•ฐๆฎๅบ“็š„ๅ›พๅบŠ2.0็‰ˆ ๆผ”็คบๅœฐๅ€๏ผš
Stars: โœญ 296 (-3.9%)
Mutual labels:  api
Api Benchmark
A node.js tool to benchmark APIs
Stars: โœญ 293 (-4.87%)
Mutual labels:  api
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: โœญ 3,190 (+935.71%)
Mutual labels:  api
Canvasapi
Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
Stars: โœญ 306 (-0.65%)
Mutual labels:  api
Think Api
ๅธฎๅŠฉ thinkphp 5 ๅผ€ๅ‘่€…ๅฟซ้€Ÿใ€่ฝปๆพ็š„ๆž„ๅปบApi๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰
Stars: โœญ 306 (-0.65%)
Mutual labels:  api
Laravel Api Boilerplate
Laravel API Boilerplate | Please consult the Wiki !
Stars: โœญ 300 (-2.6%)
Mutual labels:  api
Jianshu
ไปฟ็ฎ€ไนฆnx+nodejs+nestjs6+express+mongodb+angular8+็ˆฌ่™ซ
Stars: โœญ 296 (-3.9%)
Mutual labels:  api
Toapi
Every web site provides APIs.
Stars: โœญ 3,209 (+941.88%)
Mutual labels:  api
Openweathermap Php Api
A PHP API to parse weather data and weather history from OpenWeatherMap.org.
Stars: โœญ 293 (-4.87%)
Mutual labels:  api
Annon.api
Configurable API gateway that acts as a reverse proxy with a plugin system.
Stars: โœญ 306 (-0.65%)
Mutual labels:  api
Graphql Apis
๐Ÿ“œ A collective list of public GraphQL APIs
Stars: โœญ 3,525 (+1044.48%)
Mutual labels:  api
Covid19 Brazil Api
API com dados atualizados sobre o status do COVID-19 ๐Ÿฆ 
Stars: โœญ 300 (-2.6%)
Mutual labels:  api
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: โœญ 3,501 (+1036.69%)
Mutual labels:  api
Flask Api Starter Kit
Start a Flask API in less than 5 minutes
Stars: โœญ 296 (-3.9%)
Mutual labels:  api
Horse
Fast, opinionated, minimalist web framework for Delphi
Stars: โœญ 295 (-4.22%)
Mutual labels:  api

Pathfinder logo PATHFINDER

Mapping tool for EVE ONLINE

Development

Feel free to check the code for bugs and security issues. Issues should be reported in the Issue section.


Project structure

 โ”€โ•ฎ
  โ”œโ”€ app/              [0755] โ†’ PHP root
  โ”‚  โ”œโ”€ Controller/           โ†’ controller classes for app/ajax endpoints (see routes.ini)
  โ”‚  โ”œโ”€ Cron/                 โ†’ controller classes cronjob endpoints (see cron.ini)
  โ”‚  โ”œโ”€ Data/                 โ†’ classes for data handling
  โ”‚  โ”œโ”€ Db/                   โ†’ classes for DB handling
  โ”‚  โ”œโ”€ Exception/            โ†’ custom exceptions
  โ”‚  โ”œโ”€ Lib/                  โ†’ libs
  โ”‚  โ”œโ”€ Model/                โ†’ ORM
  โ”‚  โ”œโ”€ config.ini            โ†’ config - F3 core config: SystemVariables
  โ”‚  โ”œโ”€ cron.ini              โ†’ config - cronjobs
  โ”‚  โ”œโ”€ environment.ini       โ†’ config - system environment
  โ”‚  โ”œโ”€ pathfinder.ini        โ†’ config - pathfinder
  โ”‚  โ”œโ”€ plugin.ini            โ†’ config - custom plugins
  โ”‚  โ”œโ”€ requirements.ini      โ†’ config - system requirements
  โ”‚  โ””โ”€ routes.ini            โ†’ config - routes
  โ”œโ”€ export/           [0755] โ†’ static data
  โ”‚  โ”œโ”€ csv/                  โ†’ *.csv used by /setup page
  โ”‚  โ””โ”€ sql/                  โ†’ DB dump for import (eve_universe.sql.zip)
  โ”œโ”€ favicon/          [0755] โ†’ favicons
  โ”œโ”€ history/          [0777] โ†’ log files (map history logs) [optional]
  โ”œโ”€ js/               [0755] โ†’ JS source files (not used for production)
  โ”‚  โ”œโ”€ app/                  โ†’ "PATHFINDER" core files
  โ”‚  โ”œโ”€ lib/                  โ†’ 3rd party libs
  โ”‚  โ””โ”€ app.js                โ†’ require.js config
  โ”œโ”€ logs/             [0777] โ†’ log files
  โ”‚  โ””โ”€ โ€ฆ
  โ”œโ”€ public/           [0755] โ†’ static resources
  โ”‚  โ”œโ”€ css/                  โ†’ CSS dist/build folder (minified)
  โ”‚  โ”œโ”€ fonts/                โ†’ icon-/fonts
  โ”‚  โ”œโ”€ img/                  โ†’ images
  โ”‚  โ”œโ”€ js/                   โ†’ JS dist/build folder and source maps (minified, uglified)
  โ”‚  โ””โ”€ templates/            โ†’ templates
  โ”œโ”€ sass/                    โ†’ SCSS sources (not used for production)
  โ”œโ”€ tmp/              [0777] โ†’ cache folder (PHP templates)
  โ”‚  โ””โ”€ cache/         [0777] โ†’ cache folder (PHP cache)
  โ”œโ”€ .htaccess         [0755] โ†’ reroute/caching rules ("Apache" only!)
  โ””โ”€ index.php         [0755]

  โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
  CI/CD config files:
  
  โ”œโ”€ .jshintrc                โ†’ "JSHint" config (not used for production)
  โ”œโ”€ composer.json            โ†’ "Composer" package definition
  โ”œโ”€ gulpfile.js              โ†’ "Gulp" task config (not used for production)
  โ”œโ”€ package.json             โ†’ "Node.js" dependency config (not used for production)
  โ””โ”€ README.md                โ†’ This file :) (not used for production)

Contributing

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].