# check-in **Repository Path**: oGsLP/check-in ## Basic Information - **Project Name**: check-in - **Description**: daily check in tool - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # check-in [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] > Convenient tool to check in some apps or sites ## Installation ```sh $ npm install --save check-in ``` ## Usage ```js const checkIn = require('check-in'); checkIn('Rainbow'); ``` ## License MIT © [oGsLegolas](oGsLP.github.io) [npm-image]: https://badge.fury.io/js/check-in.svg [npm-url]: https://npmjs.org/package/check-in [travis-image]: https://travis-ci.org/oGsLP/check-in.svg?branch=master [travis-url]: https://travis-ci.org/oGsLP/check-in [daviddm-image]: https://david-dm.org/oGsLP/check-in.svg?theme=shields.io [daviddm-url]: https://david-dm.org/oGsLP/check-in [coveralls-image]: https://coveralls.io/repos/oGsLP/check-in/badge.svg [coveralls-url]: https://coveralls.io/r/oGsLP/check-in