Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikong/mikong
https://github.com/mikong/mikong
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikong/mikong
- Owner: mikong
- Created: 2021-10-28T01:33:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T15:24:05.000Z (about 1 year ago)
- Last Synced: 2023-10-30T16:35:25.351Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Nothing to see here
```ruby
puts books.last_updated_on.iso8601
# 2023-10-30
puts books.currently_reading.last(5).join("\n")
# Designing Data-Intensive Applications by M. Kleppmann
# Practical Object-Oriented Design in Ruby by S. Metz
# Building Git by J. Coglan
# Microservices Patterns by C. Richardson
# Database Internals by A. Petrov
```