mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 19:25:16 +00:00
35 lines
770 B
Markdown
35 lines
770 B
Markdown
# Micro Services
|
|
|
|
The canonical source for Micro services.
|
|
|
|
## Overview
|
|
|
|
Services provides a home for real world reusable Micro services.
|
|
|
|
- [routing](routing) - etas, routes and turn by turn directions
|
|
- [geocoding](geocoding) - address to gps location and reverse
|
|
- [location](location) - gps point location tracking
|
|
|
|
## Usage
|
|
|
|
Run a service from source
|
|
|
|
```
|
|
micro run github.com/micro/services/helloworld
|
|
```
|
|
|
|
## Contributing
|
|
|
|
Feel free to contribute by PR and signoff.
|
|
|
|
## Documentation
|
|
|
|
Documentation for this repo is autogenerated and appears on [services.m3o.com](https://services.m3o.com)
|
|
|
|
Read this [doc](cmd/docgen/README.md) on how to write documentation for these services.
|
|
|
|
## License
|
|
|
|
[Polyform Strict](https://polyformproject.org/licenses/strict/1.0.0/)
|
|
|