Search the Community
Showing results for tags 'javascript'.
Found 2 results
-
Inspired by the web application posted on the Build Houses guide made by Toni here, I decided to make an application that would also include the floor and roof material calculations, as well as making it multi-level capable. It also does the calculations per selection, and has fancy colors per level. You can find the application here, and the source code here for anyone interested seeing it or making any contributions. Any suggestions? Are there any materials that I am missing? Are there anymore bugs that are not listed in Issues?
- 5 replies
-
- 4
-
-
- house
- calculator
-
(and 3 more)
Tagged with:
-
I have looked everywhere but unfortunately I could not find any API for Wurm (Which I expected to be there )... It would be great if Wurm made available some sort of RESTful API from which you can retrieve account information, player information ( who's online in your village ) and all the other goodies! It could be done with a simple API key/token method which you could create in the account section. This shouldn't be much work to do as the data is already available somewhere, just make player / village data available to a player. A good example is EVE Online, which has his own API and where players have made online interfaces, apps and all sort of nice stuff with it. With this, I would like to build a web application / website for our village and would gladly release source codes for others to easily integrate this for themselves.