# fanyi-with-baidu **Repository Path**: joelchu/fanyi-with-baidu ## Basic Information - **Project Name**: fanyi-with-baidu - **Description**: Just an example of how you can call the Baidu Translation API with Axios - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-24 - **Last Updated**: 2021-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #翻译器使用百度廉价API 网址:https://fanyi-api.baidu.com/api/trans/vip/translate 好-无限量的文本 坏-只能一秒钟打一次call 所以我要做的是,调用这个cli,将它存储在队列中(json text) 然后它每秒钟一个接一个地执行自己。 # Fanyi using Baidu cheapo API URL: https://fanyi-api.baidu.com/api/trans/vip/translate The good - unlimited amount of text The bad - can only call once a second So what I am gonna do is, just call this cli, store it in the queue (json text) then it execute itself one by one every second.