Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inuoshios/nigeria-universities
might come in handy for your project
https://github.com/inuoshios/nigeria-universities
api go open-source university
Last synced: 3 months ago
JSON representation
might come in handy for your project
- Host: GitHub
- URL: https://github.com/inuoshios/nigeria-universities
- Owner: inuoshios
- License: mit
- Created: 2022-09-11T11:18:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T23:53:51.000Z (11 months ago)
- Last Synced: 2024-02-13T00:42:28.479Z (11 months ago)
- Topics: api, go, open-source, university
- Language: Go
- Homepage: https://nigeria-universities-production.up.railway.app/api/v1
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Nigeria Universities API
This API returns all the list of Universities in Nigeria. You can also get a specific univeristy by searching for it using that particualar university abbreviation. E.g. `{uniben, eksu}`.
## How it works.
- To get all universities
Make a `GET` request to `{your host}/api/v1`- To get a specific university
Make a `GET` request to `{your host}/api/v1/{university abbreviation}`## Want to contribute?
- Clone this repository
```bash
git clone https://github.com/inuoshios/nigeria-universities
```- Change your directory
```bash
cd nigeria-universities
```- Run the program
```bash
make run
```or you could run this command instead
```bash
go run main.go
```