Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanhercaz/tldr-pages-data
quantitative data of tldr pages
https://github.com/ivanhercaz/tldr-pages-data
jupyter-notebook tldr tldr-pages
Last synced: about 2 months ago
JSON representation
quantitative data of tldr pages
- Host: GitHub
- URL: https://github.com/ivanhercaz/tldr-pages-data
- Owner: ivanhercaz
- License: gpl-3.0
- Created: 2020-01-16T03:19:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T03:36:40.000Z (about 5 years ago)
- Last Synced: 2024-12-15T00:29:46.197Z (about 2 months ago)
- Topics: jupyter-notebook, tldr, tldr-pages
- Language: Jupyter Notebook
- Size: 964 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tldr-pages data
The main objective of this repository is to easy to access to data about [tldr-pages](https://github.com/tldr-pages/tldr).
At this moment there is only one type of data available as a Jupyter Notebook. At this moment what this notebook does is:- Show a bar chart for each language with the number of pages in each OS category (linux, osx, sunos, windows).
It works with [Plotly](https://plot.ly/python/) and at this moment it is very static and it is necessary to make manual updates. The idea is to show this data in more interactive way, maybe using Flask to build a website and Heroku to deploy it.Any idea to improve it? Any doubt? Just [open an issue](https://github.com/ivanhercaz/tldr-pages_data)!
## Notebook
View the file [`tldr-pages_data.ipynb`](https://github.com/ivanhercaz/tldr-pages-data/blob/master/tldr-pages_data.ipynb) or [view it in nbviewer](https://nbviewer.jupyter.org/github/ivanhercaz/tldr-pages-data/blob/master/tldr-pages_data.ipynb).
## More information
- [tldr-pages repository](https://github.com/tldr-pages/tldr)