Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```