Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebelinski/apilevels
A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://github.com/ebelinski/apilevels
android
Last synced: 8 days ago
JSON representation
A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
- Host: GitHub
- URL: https://github.com/ebelinski/apilevels
- Owner: ebelinski
- License: mit
- Created: 2021-08-06T01:55:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-02T16:59:37.000Z (9 days ago)
- Last Synced: 2024-11-02T17:30:33.519Z (9 days ago)
- Topics: android
- Language: HTML
- Homepage: https://apilevels.com
- Size: 4.44 MB
- Stars: 234
- Watchers: 9
- Forks: 28
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# API Levels
Hello! This is the source code for [Android API Levels](https://apilevels.com), a microsite that displays Android versions and their corresponding identifiers for Android developers. It is built with [Jekyll](https://jekyllrb.com/) and deployed on [GitHub Pages](https://pages.github.com/). Changes merged into the `main` branch are automatically deployed.
## Getting started
To make contributions, you can submit pull requests with changes to the relevant files. If you would like to build the website locally, follow these instructions:
1. Install the [correct version](/.ruby-version) of Ruby, ideally using a tool such as [rbenv](https://github.com/rbenv/rbenv).
2. Install the project Ruby dependencies: `bundle install`.
3. Start the local Jekyll server: `bundle exec jekyll serve`.The website should now be visible in a browser at http://127.0.0.1:4000/.
## Contributing
You may open [issues](https://github.com/ebelinski/apilevels/issues) for suggestions and [pull request](https://github.com/ebelinski/apilevels/pulls) for proposed changes. All contributors must follow the [code of conduct](/CODE_OF_CONDUCT.md). Any contributions you make must follow the [license](#license).
All of the website content is in the [index.md](/index.md), which has a mix of HTML and Markdown code. It's a bit messy, but it works!
## License
This repository is licenced under the [MIT License](/LICENSE.md).