|
1 | | -binlist-data |
2 | | -========= |
| 1 | +# binlist-data |
| 2 | + |
| 3 | +This repository is part of https://binlist.net where it constitutes roughly 2 |
| 4 | +% of the data. |
| 5 | + |
| 6 | +See the website for documentation and examples of how to query the service. |
3 | 7 |
|
4 | 8 | [][BUILDSTATUS] |
5 | 9 |
|
6 | 10 | A public repository of Issuer Identification Numbers ([IIN][IIN]) also called |
7 | 11 | the "Bank Identification Numbers" ([BIN][BIN]). |
8 | 12 |
|
9 | | -Contributing |
10 | | -============ |
| 13 | +## Contributing |
11 | 14 |
|
12 | | -1. Open the `ranges.csv` |
13 | | -2. Edit or add your entry and make sure to keep the file alphabetical sorted by IIN/BIN. |
14 | | -3. Test that everything works as expected by running `npm test` |
15 | | -4. Send a pull request. |
| 15 | +1. Edit or add to `ranges.csv` (sorted by IIN/BIN) |
| 16 | +2. Run `npm test` |
| 17 | +3. Open a pull request |
16 | 18 |
|
17 | | -## Known issues |
| 19 | +## Related projects |
18 | 20 |
|
19 | | -* Increase BIN/IIN range coverage |
| 21 | +- [Binlist.net client (JavaScript)](https://github.com/paylike/binlookup) |
| 22 | +- [Luhn (ISO/IEC 7812-1) checker and algorithm](https://github.com/paylike/luhn) |
| 23 | +- [ISO 3166-1 (country) codes](https://github.com/srcagency/iso-3166-1-codes) |
| 24 | +- [Map of countries to currencies](https://github.com/srcagency/country-currencies) |
| 25 | +- [Longitude and latitude of ISO countries](https://github.com/srcagency/country-coords) |
| 26 | +- [Emoji flags from ISO 3166-1 alpha2 code](https://github.com/srcagency/country-to-emoji-flag) |
| 27 | +- [Localized amount formatting (JavaScript)](https://github.com/srcagency/amount-format) |
20 | 28 |
|
21 | 29 | ## Reach out |
22 | 30 |
|
23 | 31 | Doing anything interesting with binlist, or want to share your favorite tips |
24 | 32 | and tricks? Please open an issue and we will add a section to the README. |
25 | 33 |
|
26 | | -Credits |
27 | | -======= |
28 | | - |
29 | | -This repository is part of http://www.binlist.net/ |
30 | | - |
31 | | -## LICENSE |
32 | | - |
33 | | -Copyright 2016 binlist.net All Rights Reserved. |
34 | | - |
35 | | -Licensed under the Apache License, Version 2.0 (the "License"); |
36 | | -you may not use this file except in compliance with the License. |
37 | | -You may obtain a copy of the License at |
38 | | - |
39 | | - http://www.apache.org/licenses/LICENSE-2.0 |
40 | | - |
41 | | -Unless required by applicable law or agreed to in writing, software |
42 | | -distributed under the License is distributed on an "AS IS" BASIS, |
43 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
44 | | -See the License for the specific language governing permissions and |
45 | | -limitations under the License. |
46 | | - |
47 | | - |
48 | | - |
49 | 34 | [BIN]: http://en.wikipedia.org/wiki/Bank_card_number |
50 | 35 | [IIN]: http://en.wikipedia.org/wiki/Bank_card_number |
51 | 36 | [BUILDSTATUS]: https://travis-ci.org/binlist/data/builds |
0 commit comments