Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andr3a88/pm10-server
https://github.com/andr3a88/pm10-server
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andr3a88/pm10-server
- Owner: andr3a88
- Created: 2017-10-30T23:21:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T14:50:53.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T20:52:43.317Z (about 2 months ago)
- Language: Swift
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PM10 - Server
Routes:
`api/pm10`
`api/alexa`### Install Vapor
```
brew tap vapor/tap
brew install vapor/tap/vapor
```### Create Xcode project
`vapor xcode`
### Update packages
`swift package update`
### Install libxml2 for Kanna
```
brew install libxml2
brew link --force libxml2
```