swift-bank-codes
v1.0.1
Published
Swift bank codes of the world
Downloads
24
Maintainers
Readme
All SWIFT Codes
This npm package provides a collection of SWIFT codes for banks around the world.
Installation
Install the package using npm:
npm install all-swift-codes
Usage
Importing SWIFT Codes You can import SWIFT codes for specific countries using this package. Each country's SWIFT codes are provided as a module.
Example usage in Node.js:
javascript
const { albania, algeria } = require('all-swift-codes');
console.log('SWIFT Codes for Albania:', albania);
console.log('SWIFT Codes for Algeria:', algeria);
// Add more countries as needed
Contributing
Contributions are welcome! If you find issues or want to add more SWIFT codes, please feel free to submit a pull request on GitHub.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
About the Author
Hi, I'm Bryan Aranda, the creator of All SWIFT Codes. I'm passionate about simplifying access to financial data and enhancing transparency in the banking sector. You can connect with me on LinkedIn and check out more of my projects on GitHub.
Feel free to reach out if you have any questions, suggestions, or just want to chat about banking and finance!
Happy coding! 🚀