Releases: Zizwar/use-blogger
v0.9.2.4.7
v0.9.4
Introducing UseBlogger v0.9.3: A JavaScript ES6 module for fetching data from Blogger API without token
This release includes the initial version of the "use-blogger" JavaScript ES6 module, which allows users to fetch data from a Blogger blog's JSON API without requiring a token.
The module retrieves variables from a Blogger post and organizes all photos and videos into separate groups. Additionally, it collects all values defined in the variables and returns all threads in JSON format.
There are no external dependencies required for this module, making it easy to install and use in any project. Users can either download the main.js file or install it using npm.
To use the module, simply import the "UseBlogger" class and pass in the blog URL or ID, along with an array of variables to retrieve. The module will then make requests to the Blogger API and return the data in JSON format.
Detailed instructions on how to use the module are included in the release notes.
Overall, this release provides a convenient and efficient way for developers to access and organize data from their Blogger blogs.