https://github.com/jannchie/biliob-analytics
Use NodeJS to analyze and sort out Biliob data.
https://github.com/jannchie/biliob-analytics
Last synced: about 1 year ago
JSON representation
Use NodeJS to analyze and sort out Biliob data.
- Host: GitHub
- URL: https://github.com/jannchie/biliob-analytics
- Owner: Jannchie
- License: mit
- Created: 2020-09-27T15:08:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T22:40:35.000Z (about 5 years ago)
- Last Synced: 2025-03-21T10:55:00.734Z (about 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# biliob-analytics
Use NodeJS to analyze and sort out [Biliob](https://www.biliob.com/) data.
This is just a repository for analyzing data. At present, it is mainly used to generate the CSV file required by data visualization project ([anichart.js](https://github.com/Jannchie/anichart.js)). The project simplifies programming by using parts of [lodash](https://lodash.com/) and [D3](https://d3js.org/), and user the [async.js](https://caolan.github.io/async/v3/) library to perform time-consuming IO operations concurrently. Anyway, it's a bit of an exercise in these libraries. For this simple requirement, I've found that using Node.js is actually much more efficient than Python.