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

https://github.com/yutomizutani/elsevierkit

Elsevier API client written in Swift
https://github.com/yutomizutani/elsevierkit

elsevier swift swift-package-manager

Last synced: about 1 year ago
JSON representation

Elsevier API client written in Swift

Awesome Lists containing this project

README

          

# ElsevierKit

[![Build Status](https://app.bitrise.io/app/7a129a7c5f7d4a57/status.svg?token=iVy2n9pG3Nl6v1w587T9Ow&branch=master)](https://app.bitrise.io/app/7a129a7c5f7d4a57)
[![CocoaPods](https://img.shields.io/cocoapods/p/ElsevierKit.svg)](https://github.com/YutoMizutani/ElsevierKit)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/YutoMizutani/ElsevierKit/blob/master/LICENSE)
[![CocoaPods](https://img.shields.io/cocoapods/v/ElsevierKit.svg)](https://github.com/YutoMizutani/ElsevierKit)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/YutoMizutani/ElsevierKit)

Elsevier API client written in Swift.

## Get API key

This API is required a key. Register [this page](http://dev.elsevier.com).

## For developers

#### Generate required API key in Tests

```
$ sh ./scripts/generate-secrets.sh ./ (YOUR_API_KEY)
```

## License

CiNiiKit is available under the [MIT license](https://github.com/YutoMizutani/ElsevierKit/blob/master/LICENSE).