An open API service indexing awesome lists of open source software.

https://github.com/tombuildsstuff/towns-api

For use in workshops
https://github.com/tombuildsstuff/towns-api

Last synced: over 1 year ago
JSON representation

For use in workshops

Awesome Lists containing this project

README

          

# Towns API
A simple API written in Swift

## Building & Running the Project
This project is built against Swift 3:
```
Swift version 3.0-dev (LLVM b361b0fc05, Clang 11493b0f62, Swift 24a0c3de75)
```
Make is used to Build and Run the project - which you can do via:
```
make
```

## Available Endpoints
**GET /towns**
```
[
{
"name": "Winchester",
"country": "United Kingdom"
},
{
"name": "Sienna",
"country": "Italy"
}
]
```