Current section
Files
Jump to
Current section
Files
src/elixir/README.md
# IFSC
[](https://hex.pm/packages/ifsc)
A simple package by @razorpay to help you validate your IFSC codes.
IFSC codes are bank codes within India
## Documentation
[https://hexdocs.pm/ifsc](https://hexdocs.pm/ifsc)
## Installation
Add `ifsc` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ifsc, "~> 0.1.1"}
]
end
```