FrozenTear7 / fashionframe

App for sharing fashion setups in Warframe

Home Page:https://fashionframe.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fashionframe

App for sharing fashion setups in Warframe.

About

View setups created by other people or create your own after signing into the app. The app is still in development and is being maintained.

If you have any issues regarding the application create an Issue

Application is deployed on Heroku on a free plan, meaning there is monthly hour limit the server can be up, so if the app gets really popular and runs 24/7 I will look a better alternative.

If you want to show your support please give the project a Star it means a lot.


Warframe data

The app also provides endpoints with Warframe data taken from Warframe Wiki such as Frames, Attachments, Syandanas, Color pickers, etc. put into .json files.

Server Endpoints

All data is being served as .json, where specific data is put into a json object as:

{
    "<data_name>": [
        "Record1",
        "Record2",
        ...
    ]
}

The exception are the Color Pickers where the Json data looks like:

{
  "colorPickers": {
    "Agony": [
      "#676767",
      "#6f6f6f",
      ...
    ],
    ...
  }
}
Endpoint Data
/api/frames Frames
/api/ephemeras Ephemeras
/api/helmets Helmets
/api/skins Skins
/api/colorPickers ColorPickers
/api/chestAttachments ChestAttachments
/api/armAttachments ArmAttachments
/api/legAttachments LegAttachments
/api/syandanas Syandanas

License

The project is open source under MIT license, feel free to do anything with the code, the app was not made for profit, merely as a cool tool for the community and polishing own programming skills.

Fashionframe isn’t endorsed by Digital Extremes and doesn’t reflect the views or opinions of Digital Extremes or anyone officially involved in producing or managing Warframe. Warframe and Digital Extremes are trademarks or registered trademarks of Digital Extremes ©.

Created and maintaned by: FrozenTear7 - pawelmendroch7@gmail.com

Thanks to Arcustangens for helping with Color Pickers data.

Other cool Warfame colors data: https://polychrome.seldszar.fr/

For anything Warframe related whisper at FrozenTear7 in-game.

About

App for sharing fashion setups in Warframe

https://fashionframe.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 96.3%Language:CSS 3.0%Language:HTML 0.7%