Skip to content

Commit 7400e17

Browse files
committed
Rewrite
- Move peripheral data out to focus this repository - Added `number.luhn` - Updated and simplified the tooling - Add "Related projects" section to the README
1 parent e86eb0f commit 7400e17

14 files changed

Lines changed: 5873 additions & 13369 deletions

README.md

Lines changed: 18 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,36 @@
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.
37

48
[![Build status](https://api.travis-ci.org/binlist/data.svg)][BUILDSTATUS]
59

610
A public repository of Issuer Identification Numbers ([IIN][IIN]) also called
711
the "Bank Identification Numbers" ([BIN][BIN]).
812

9-
Contributing
10-
============
13+
## Contributing
1114

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
1618

17-
## Known issues
19+
## Related projects
1820

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)
2028

2129
## Reach out
2230

2331
Doing anything interesting with binlist, or want to share your favorite tips
2432
and tricks? Please open an issue and we will add a section to the README.
2533

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-
4934
[BIN]: http://en.wikipedia.org/wiki/Bank_card_number
5035
[IIN]: http://en.wikipedia.org/wiki/Bank_card_number
5136
[BUILDSTATUS]: https://travis-ci.org/binlist/data/builds

archived/countries-iso3166-1.csv

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)