Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ One library can be mapped to one single language only, but have multiple import
An example entry looks like:
```
"Express": {
"language": "JavaScript"
"language": "JavaScript",
"imports": ["express"],
"technologies": ["MVC", "Web Development"],
"description": "Express is a minimal Node.js framework for web and mobile applications.",
Expand Down Expand Up @@ -59,4 +59,4 @@ All contributions are welcome, and CodersRank relies on such support. The rules
* Enforce the rules above in the continious integration. Again, any contribution with a handy bash script for this would be greatly appreciated.
* Ensure correct JSON during the Continious Intergration pipeline.
* Currently the image is not used anywhere, but once it is displayed, particular restrictions on format and dimenstions need to be introduced.
* More languages and more libraries 😀
* More languages and more libraries 😀
26 changes: 20 additions & 6 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,27 @@
"image": "https://kivy.org/logos/kivy-logo-black-256.png",
"language": "Python"
},
"KiwiJS": {
"imports": ["kiwi-js"],
"technologies": ["Web Development", "Mobile Development", "Game Development"],
"description": "Kiwi.js is a mobile first HTML5 and Javascript game engine supporting both Canvas and WebGL rendering.",
"image": "http://www.kiwijs.org/wp-content/themes/kiwijs/assets/logo.png",
"language": "JavaScript"
},
Comment on lines +199 to +205
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added KiwiJS

"Laravel": {
"imports": ["Illuminate\\", "laravel/laravel", "laravel/framework"],
"technologies": ["Web Development", "PHP Frameworks", "MVC"],
"description": "A PHP framework for web artisans.",
"image": "https://user-images.githubusercontent.com/10347617/73778440-479a8280-479c-11ea-8446-1ab4b0f5c7fd.png",
"language": "PHP"
},
"LibGDX": {
"imports": ["com.badlogic.gdx"],
"technologies": ["Java Frameworks", "Mobile Development", "Game Development", "Desktop Development", "Desktop Applications", "Mobile Applications"],
"description": "libGDX is a free and open-source game-development application framework written in the Java programming language with some C and C++ components for performance dependent code. It allows for the development of desktop and mobile games by using the same code base. It is cross-platform, supporting Windows, Linux, Mac OS X, Android, iOS, BlackBerry and web browsers with WebGL support.",
"image": "https://www.badlogicgames.com/wordpress/wp-content/uploads/2011/05/libGDX-RedGlossyNoReflection.png",
"language": "Java"
},
"Materialize CSS": {
"imports": ["materialize.min.css", "materialize.css"],
"technologies": ["CSS frameworks"],
Expand All @@ -217,12 +231,12 @@
"language": "JavaScript"
},
"Micronaut": {
"language": "Java"
"imports": ["io.micronaut"],
"technologies": ["Web Development", "Microservices", "Java Frameworks],
"description": "Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.",
"image": "https://raw.githubusercontent.com/micronaut-projects/static-website/master/main/src/main/resources/assets/images/micronaut_mini.svg",
},
"language": "Java",
"imports": ["io.micronaut"],
"technologies": ["Web Development", "Microservices", "Java Frameworks"],
"description": "Micronaut is a modern, JVM-based, full-stack framework for building modular, easily testable microservice and serverless applications.",
"image": "https://raw.githubusercontent.com/micronaut-projects/static-website/master/main/src/main/resources/assets/images/micronaut_mini.svg",
},
Comment on lines +234 to +239
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added mistoken characters

"MobX": {
"imports": ["mobx"],
"technologies": ["Web Development", "SPA"],
Expand Down