Skip to content

Commit

Permalink
Removes .travis.yml, updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Jan 30, 2021
1 parent d19e775 commit 3116596
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@

The Crystal One Time Password library. Use this to generate HOTP or TOTP codes for two factor authentication.

[![Build Status](https://travis-ci.org/philnash/crotp.svg?branch=master)](https://travis-ci.org/philnash/crotp)
[![Build Status](https://github.com/philnash/crotp/workflows/Tests/badge.svg)](https://github.com/philnash/crotp/actions?query=workflow%3ATests)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [HOTP](#hotp)
- [TOTP](#totp)
- [TOTP hashing algorithms](#totp-hashing-algorithms)
- [Authenticator applications](#authenticator-applications)
- [HOTP](#hotp-1)
- [TOTP](#totp-1)
- [Base 32 secret](#base-32-secret)
- [Todo](#todo)
- [Running the project locally](#running-the-project-locally)
- [Contributing](#contributing)
- [License](#license)
- [Contributors](#contributors)
* [Table of Contents](#table-of-contents)
* [Installation](#installation)
* [Usage](#usage)
* [HOTP](#hotp)
* [TOTP](#totp)
* [TOTP hashing algorithms](#totp-hashing-algorithms)
* [Authenticator applications](#authenticator-applications)
* [HOTP](#hotp-1)
* [TOTP](#totp-1)
* [Base 32 secret](#base-32-secret)
* [Todo](#todo)
* [Running the project locally](#running-the-project-locally)
* [Contributing](#contributing)
* [License](#license)
* [Contributors](#contributors)

## Installation

Expand Down

0 comments on commit 3116596

Please sign in to comment.