bthurlow / Xibo-Weather-Map

A weather map module for the Xibo CMS
MIT License
0 stars 0 forks source link

How much would you charge to develop a custom module #3

Open henriquelucas opened 2 years ago

henriquelucas commented 2 years ago

Good morning, how much would you charge to create a Xibo module for lottery results. The idea was to pull the data from this base: http://www.lotterytaiwan.com/intl/BR/results.js and make the numbers available in a layout similar to this one: https://www.numerosmegasena.com/wp-content /uploads/2018/07/Captura-de-Screen-2018-07-21-a%CC%80s-22.16.29.png

bthurlow commented 2 years ago

If you could locate a json source you wouldn't need any custom code, you could use the built-in dataset/display features of xibo.

Another option would be to use the embed or HTML package widgets that are also built-in as you could write a little javascript to handle the processing.

henriquelucas commented 2 years ago

So, my idea is to facilitate access through a Widget for my clients who don't have much knowledge in programming so they can add the option just by adding the Widget, that's why I'm talking about a custom widget.

bthurlow commented 2 years ago

Is your Xibo server self-hosted or are you using the cloud hosting? Cloud hosting does not support custom modules.

You could achieve the same thing using the HTML Package widget. Your client would then just upload that to their xibo library and load it into the widget with no coding required on their end.