Code Monkey home page Code Monkey logo

mafen's Introduction

mafen

logo

mafen is a web-based application that helps u with various Haven & Hearth tasks. For example, you can check your character's inventory and study any items you want, view your character's attributes (incl. hidden ones), or chat with other players via area / village / kingdom chats. Note that you can do it from any device you have at the moment. No need to launch a full desktop H&H client at all!

study

nearby players list

chats

attrs

(click me)

Usage

Start service

  • cd service
  • pip install -r requirements.txt
  • vim config.ini (optional)
  • python main.py &

Start web backend

  • cd web
  • npm install
  • vim server/config.json (optional)
  • gulp bundle-js
  • node server/index.js & # consider about using forever though

NOTE that if you want to route your browser's requests to your own instance of mafen service, you have to change a hard coded WebSocket URL in the LoginCtrl.js from this one

'ws://mafen.club:8000'

to this one

'ws://localhost:8000'

How can I help?

  • star this project!
  • fork and create pull requests with any changes you want
  • Feel free to send me an email with feature requests and your feedback

License

Copyright © 2017 b0r3d0m [email protected]

Distributed under the MIT License.

Background image was made by ragxar.

mafen's People

Contributors

b0r3d0m avatar ivanovdmitrysergeevich avatar pil-a avatar through-a-haze 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.