Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrasilAPI/BrasilAPI
/ getCnpjData
Function
getCnpjData
services/cnpj.js:3–4 ·
view source on GitHub ↗
(cnpj)
Source
from the content-addressed store, hash-verified
1
import
axios from
'axios'
;
2
3
export
const
getCnpjData = (cnpj) =>
4
axios.get(`https:
//minhareceita.org/${cnpj}`);
Callers
1
getCnpjInfo
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected