exercise-rekognition
v1.0.0
Published
a simple hello world example
Readme
exercise-rekognition
An Exercise Rekognition Package
Installation
Install via NPM:
npm install exercise-rekognition
Usage
javascript
var myApp = require("exercise-rekognition");
myApp.printMsg(); // print and return " Hello World! "
TypeScript
import * as myApp from 'exercise-rekognition';
myApp.printMsg(); // print and return " Hello World! "
License
This project is licensed under the terms of the ISC license.
