roll20-api-scripts
API Scripts created by the community for use in Roll20 VTT. Submit a ticket at roll20.net/help if critical hotfixes are to be requested. (by Roll20)
Meteor JS
Meteor, the JavaScript App Platform (by meteor)
roll20-api-scripts | Meteor JS | |
---|---|---|
5 | 67 | |
388 | 44,363 | |
1.0% | 0.2% | |
9.5 | 9.9 | |
20 days ago | 3 days ago | |
JavaScript | JavaScript | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
roll20-api-scripts
Posts with mentions or reviews of roll20-api-scripts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-31.
-
Token-Mod UDL issue
Yeah, figured it wasn't exactly what you needed, but might get you going in the right direction. On another note, the version of the Token-Mod installed from within Roll20 has had problems in other areas. While I don't know if lighting also had issues, it might make your life easier to grab the version from GitHub and also reference the discussions with the author of the script in this thread.
-
DMs using API Scripts - which ones and why?
ChatSetAttr - Provides an interface to set character attributes
-
Need a new combat tracking API
Statusfx can add cool effects when a token is effected. It should also help with your ability to see tokens effected by statuses on a larger map. Caution it could cause slow down if there's a lot going at once.
-
Improved the Stylesheet for TurnMarker1 API
Yes, OP, please share your code changes! I'm guessing you simply updated lines 435-448 in the original code?
- Coming from roll20 to Foundry Macro "check it Out"
Meteor JS
Posts with mentions or reviews of Meteor JS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-13.
-
Wanna get started with Open Source? Join Meteor.js Hacktoberfest 2024!
If you have any questions or need clarification, feel free to contact us on GitHub.
-
6 Repositories To Master Node.js
4. Meteor
-
MeteorJS 3.0 major impact estimated for July 2024 ☄️ - here is all you need to know 🧐
The next major MeteorJS release is coming in July 2024! After more than two years of development, this is the final result. The first discussions started in June 2021 and there has been multiple alphas, betas, rcs and a huge amount of package updates. These were constantly battle-tested by the Meteor Core team and the Community, shaping the features and performance of the platform one by one.
-
Meteor 2.16 and Oplog Tailing Optimization
This was thanks to one of our community members,@twisterking, who opened a pull request introducing this new improvement.
- 5 core concepts you should know about MeteorJS in 2024
-
Meteor v3 uses express under the hood – How to use and deploy it.
As you might have seen from this PR and in our forums Meteor v3(it is still in beta, but you can follow the progress here) will be released with a new engine, expressjs.
-
Meteor is getting new docs!
We are in the process of migrating documentation from the current site to the new one. You can follow the status in this PR, and the preview site is here. In the near future, we will move our guide to the same site.
-
New Meteor.js 2.14, updates to CLI and Tracker changes
We are in Meteor v3.0-alpha.19. To see what is missing for our beta and official release, you can check this GitHub discussion here.
-
Best NodeJS frameworks for seamless backend development
Community stats: The Meteor.js GitHub repository has an active community with 43.8k stars and 5.4k forks.
-
Prepare your Meteor.js project for the big 3.0 release!
Finally, the release of Node 16 became basically incompatible with fibers and thus, Meteor.js got stuck on Node 14. This implied a major rewrite of a large potion of the platform's internals as it all depended on fibers. Further, it implied that all Meteor.js projects and packages required a major rewrite as well.