Skip to content

Commit

Permalink
add mobile support on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrondow committed Aug 11, 2020
1 parent f5ce692 commit 1f035f5
Show file tree
Hide file tree
Showing 23 changed files with 13,392 additions and 13,376 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["transform-object-rest-spread"]
{
"presets": ["es2015"],
"plugins": ["transform-object-rest-spread"]
}
18 changes: 9 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
18 changes: 9 additions & 9 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "standard",
"rules": {
"no-new": 0,
"space-before-function-paren": 0,
"brace-style": ["error", "1tbs"],
"no-return-assign": 0
}
}
{
"extends": "standard",
"rules": {
"no-new": 0,
"space-before-function-paren": 0,
"brace-style": ["error", "1tbs"],
"no-return-assign": 0
}
}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules/
node_modules/
dist
16 changes: 8 additions & 8 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"singleQuote": true,
"semi": false,
"eslintIntegration": true,
"bracketSpacing": true,
"arrowParens": "always",
"spaceBeforeFunctionParent": true,
"trailingComma": "none"
{
"singleQuote": true,
"semi": false,
"eslintIntegration": true,
"bracketSpacing": true,
"arrowParens": "always",
"spaceBeforeFunctionParent": true,
"trailingComma": "none"
}
38 changes: 19 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
sudo: required
language: node_js
cache:
directories:
- ~/.npm
- node_modules
notifications:
email: false
node_js:
- '8'
before_script:
- npm prune
script:
- npm run build
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
sudo: required
language: node_js
cache:
directories:
- ~/.npm
- node_modules
notifications:
email: false
node_js:
- '8'
before_script:
- npm prune
script:
- npm run build
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License

Copyright (c) 2018 Take

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) 2018 Take
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Connect on BLiP Chat and use a custom style.

## Example 4

Connect on BLiP Chat with a custom URL. Specifying how to use organizations in BLiP Chat Widget.
Connect on BLiP Chat with a custom URL. Specifying how to use organizations in BLiP Chat Widget.

```js
<script src="https://unpkg.com/[email protected].*" type="text/javascript"></script>
Expand Down Expand Up @@ -288,4 +288,20 @@ Sends a command. See example below:
</script>
```
# Supported mobile technologies
* [Android][2]
* [iOS][3]
* [React Native][4]
* [Ionic/React][5]
* [Ionic/Angular][6]
* [Flutter][7]
[1]: https://preview.blip.ai
[2]: https://github.com/takenet/blip-chat-android
[3]: https://github.com/takenet/blip-chat-ios
[4]: https://github.com/takenet/blip-chat-react-native-example
[5]: https://github.com/takenet/blip-chat-ionic-example
[6]: https://github.com/takenet/blip-chat-ionic-angular-example
[7]: https://github.com/takenet/blip-chat-flutter-example
Loading

0 comments on commit 1f035f5

Please sign in to comment.