Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
WestCoastSwing
/
RelativePlacement
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
91ed5782
...
91ed57825f002d64c971d7f27f70877b0d92c50b
authored
2017-01-05 00:02:33 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix README
1 parent
95de9a84
Pipeline
#50
for
91ed5782
passed
in 30 seconds
Changes
2
Pipelines
1
Builds
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
CHANGELOG.md
README.md
CHANGELOG.md
View file @
91ed578
## [unreleased]
*
Fix Angular export on Electron app
*
Fix README
## [0.1.0] - 2016-12-10
*
Fix browser import
...
...
README.md
View file @
91ed578
...
...
@@ -12,7 +12,7 @@ of each candidates.
The algorithm consist to search for each place a majority of votes for a candidate at this
placement or a greater placement.
You can refer to
[
this explain from boogiebythebay.org
][
1
]
for all
the
details.
You can refer to
[
this explain from boogiebythebay.org
][
1
]
for all details.
## Get RelativePlacementJS
```
shell
...
...
@@ -25,7 +25,7 @@ var RelativePlacement = require('relative-placement-js');
With browser:
```
html
<script
src=
"{BASE_PATH}/node_modules/relative-placement-js/dist/relative-placement.js"
></script>
<script
src=
"{BASE_PATH}/node_modules/relative-placement-js/dist/relative-placement
-es2015
.js"
></script>
<!-- Or the original ES6 sources -->
<script
src=
"{BASE_PATH}/node_modules/relative-placement-js/lib/relative-placement.js"
></script>
```
...
...
Please
register
or
sign in
to post a comment