Giter Site home page Giter Site logo

bioxz / lodestone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mattantonelli/lodestone

0.0 1.0 0.0 250 KB

Unofficial webhook service and REST API for the Final Fantasy XIV Lodestone.

Home Page: https://lodestone.stderr.cc

License: MIT License

Ruby 67.51% CSS 3.40% HTML 29.09%

lodestone's Introduction

Lodestone

Unofficial webhook service and REST API for the Final Fantasy XIV Lodestone.

https://lodestone.stderr.cc/

Requirements

Installation

  1. `git clone https://github.com/bioxz/lodestone/
  2. bundle install
  3. cp config/webhook.yml.example config/webhook.yml
  4. bundle exec rackup

Screenshots

Webhook example

Screenshot

Installation and usage with Docker

  1. Run an instance of redis:alpine named redis for data storage. Don't forget to create a persistant data storage like /opt/redis/.
    • docker run --rm --name redis -v /opt/redis/:/data/ redis:alpine
  2. Get the lodestone webhook source
    • git clone https://github.com/bioxz/lodestone/
  3. Build the docker image
    • docker build -t lodestone:latest .
  4. Run the image. Adjust the client port (8080) to your needs
    • docker run --rm --name lodestone --link redis -p 127.0.0.1:8080:9292 lodestone:latest

FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd.

FINAL FANTASY XIV © SQUARE ENIX CO., LTD.

lodestone's People

Contributors

bioxz avatar mattantonelli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.