https://github.com/clivern/terrier
Countries and Cities List Package
https://github.com/clivern/terrier
chat cities countries elixir
Last synced: about 1 year ago
JSON representation
Countries and Cities List Package
- Host: GitHub
- URL: https://github.com/clivern/terrier
- Owner: Clivern
- License: mit
- Created: 2023-02-18T19:31:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T11:30:07.000Z (over 1 year ago)
- Last Synced: 2025-04-13T02:29:45.599Z (about 1 year ago)
- Topics: chat, cities, countries, elixir
- Language: Elixir
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Terrier
Countries and Cities List Package
### Installation
The package can be installed by adding `terrier` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:terrier, "~> 0.1"}
]
end
```
### Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Terrier is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
See the [Releases section of our GitHub project](https://github.com/clivern/terrier/releases) for changelogs for each release version of Terrier. It contains summaries of the most noteworthy changes made in each release.
### Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/terrier/issues
### Security Issues
If you discover a security vulnerability within Terrier, please send an email to [hello@clivern.com](mailto:hello@clivern.com)
### Contributing
We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.
### License
© 2023, Clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
**Terrier** is authored and maintained by [@clivern](http://github.com/clivern).