Skip to content

Commit

Permalink
fix(transformation): upgrade flowed-st to get fix on #concat with tem…
Browse files Browse the repository at this point in the history
…plate-like item values
  • Loading branch information
danielduarte committed Nov 17, 2020
1 parent c8bdc00 commit ec634c7
Show file tree
Hide file tree
Showing 7 changed files with 297 additions and 642 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# flowed
[![License](https://img.shields.io/npm/l/flowed?color=%23007ec6)](https://github.com/danielduarte/flowed/blob/master/LICENSE)
[![NPM Package Version](https://img.shields.io/npm/v/flowed)](https://www.npmjs.com/package/flowed)
[![Build Status](https://travis-ci.org/danielduarte/flowed.svg?branch=master)](https://travis-ci.org/danielduarte/flowed)
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B13599%2Fgithub.com%2Fdanielduarte%2Fflowed.svg?type=shield)](https://app.fossa.com/attribution/e587cd9b-f7f8-4fa6-88b1-f81832d9ce07)
[![Coverage Status](https://coveralls.io/repos/github/danielduarte/flowed/badge.svg?branch=master)](https://coveralls.io/github/danielduarte/flowed?branch=master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=danielduarte_flowed&metric=alert_status)](https://sonarcloud.io/dashboard?id=danielduarte_flowed)

A fast and reliable flow engine for orchestration and more uses in *Node.js*, *Deno* and the browser.
<p align="center"><a href="https://danielduarte.github.io/flowed/"><img width="445" height="100" src="./doc/flowed-logo.svg" alt="Flowed Logo"></a></p>
<p align="center">A fast and reliable flow engine for orchestration and more uses in <em>Node.js</em>, <em>Deno</em> and the browser.</p>
<p align="center">
<a href="https://github.com/danielduarte/flowed/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/flowed?color=%23007ec6" alt="License"></a>
<a href="https://www.npmjs.com/package/flowed"><img src="https://img.shields.io/npm/v/flowed" alt="NPM Package Version"></a>
<a href="https://travis-ci.org/danielduarte/flowed"><img src="https://travis-ci.org/danielduarte/flowed.svg?branch=master" alt="Build Status"></a>
<a href="https://app.fossa.com/attribution/e587cd9b-f7f8-4fa6-88b1-f81832d9ce07"><img src="https://app.fossa.com/api/projects/custom%2B13599%2Fgithub.com%2Fdanielduarte%2Fflowed.svg?type=shield" alt="FOSSA Status"></a>
<a href="https://coveralls.io/github/danielduarte/flowed?branch=master"><img src="https://coveralls.io/repos/github/danielduarte/flowed/badge.svg?branch=master" alt="Coverage Status"></a>
<a href="https://sonarcloud.io/dashboard?id=danielduarte_flowed"><img src="https://sonarcloud.io/api/project_badges/measure?project=danielduarte_flowed&metric=alert_status" alt="Quality Gate Status"></a>
</p>


## Installation

Expand Down
8 changes: 8 additions & 0 deletions doc/flowed-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

The verification procedure would be:
- Get the current session information, where it is the basic user information and IP address.
- Call some API to obtain the Geo locaation information, from the IP.
- Call some API to obtain the Geo location information, from the IP.
- Request the database to get the authorized locations for the current user.
- Calculate the distance between the current location and the authorized user location, and check if it is close enough to be authorized.
- Finally, store the access event details in the database, for future access.
Expand Down
Loading

0 comments on commit ec634c7

Please sign in to comment.